-
MATLAB_Excel_Link
利用Matlab Excel Link实现对Excel数据的处理和更新 (The use of Matlab Excel Link to achieve Excel data processing and updating)
- 2008-01-17 23:26:53下载
- 积分:1
-
Rombegrg
录入程序代码,并对该实验代码进行调试,检查程序代码中的语法和语义错误。
编写函数f(x)的代码如下:
Romberg算法¨
function z=f(x)
if (x~=0)
z=sin(x)/x
else
z=1
end
备注:在实验代码中,首先输入必要的变量的值如下:
a=0
b=1
tol=1e-8
待查询检查通过,开始输入执行代码
设置格式format short g查看u的值和sin(u)的值:
(Input program code, and debugging code for the experiment to check the program code in the syntax and semantic errors. The preparation of a function f (x) of the code is as follows: Romberg algorithm ¨ function z = f (x) if (x ~ = 0) z = sin (x)/x else z = 1 end Note: In the experimental code, First, enter the necessary value of the variable is as follows: a = 0 b = 1 tol = 1e-8 pending inquiries, checking through, began to enter the implementation of the code format format short g see u, values and sin (u) values:)
- 2009-12-28 22:03:42下载
- 积分:1
-
pypdf
主程序为Percus Yevick分布函数和球形粒子媒质的结构因子的计算( Main program for the calculation of Percus Yevick pair distribution function and structure factor for a medium with spherical particles )
- 2011-06-03 23:35:44下载
- 积分:1
-
rungekutta
Runge kutta to solve a simple equation
- 2013-03-03 19:33:57下载
- 积分:1
-
MATLAB-SIMULINK
matlab simulink的仿真教程(matlab simulink simulation tutorial)
- 2011-10-14 22:28:02下载
- 积分:1
-
Astar-KO
航迹规划中的AStar算法,希望对大家有用(AStar route planning algorithm in the hope that useful for everyone)
- 2009-03-31 11:20:52下载
- 积分:1
-
New-folder
The folder contains programs i have written for my project and in college..
- 2013-11-09 01:48:07下载
- 积分:1
-
mpc
MPC code space state model whithout constraints
- 2021-03-14 14:39:24下载
- 积分:1
-
机械臂二自由度
说明: 基于机器人工具箱,采用D-H方法的二自由度双轴机械臂正运动和逆运动仿真,并且设计了gui用户界面(Based on the robot toolbox, the forward and inverse motion simulation of the two axis manipulator is carried out by using the D-H method, and the GUI user interface is designed.)
- 2020-06-03 14:31:49下载
- 积分:1
-
qacs
简单蚁群算法解决tsp问题
一共有48城市
花费7分钟(Simple ant colony algorithm to solve the problem 1 tsp spent a total of 48 cities in 7 minutes)
- 2008-02-27 16:20:36下载
- 积分:1