-
shili
matlab实用程序 弹出式菜单的引用,通过matlab应用软件来实现这一功能(matlab utility pop-up menu reference, through matlab software to achieve this function)
- 2011-06-04 10:29:24下载
- 积分:1
-
7641ba3a56ff
code for the your purpose
- 2011-12-02 18:44:27下载
- 积分:1
-
MATLAB_Codes
说明: 人工智能算法在数学建模中的应用,包括遗传算法工具箱,模拟退火算法,蚁群算法等(Application of Artificial Intelligence Algorithms in Mathematical Modeling, including Genetic Algorithms Toolbox, Simulated Annealing Algorithms, Ant Colony Algorithms, etc.)
- 2019-05-15 23:14:57下载
- 积分:1
-
irregularrotationsimulation
irregular rotation Matlab simulation of four-bar linkage with the GUI is mainly used for mechanical analysis of the annotated
- 2011-12-11 22:10:28下载
- 积分:1
-
Automatic-lathe-management
自动车床管理、数学建模大赛。最好的换刀方案,最好的检查周期,以降低成本。
(Automatic lathe management, mathematical modeling competition. The best solution for the sword, best check cycle, in order to reduce costs.
)
- 2011-12-31 00:00:53下载
- 积分:1
-
test3
vc和mat混合编程,利用matlab的com组件来实现mat和vc的混合编程(vc and mat mixed programming, the use of matlab' s com vc components to achieve mat and Hybrid Programming)
- 2011-04-25 09:54:16下载
- 积分:1
-
qz
说明: 遗传算法函数优化源程序,运用的是权重系数法(Source of genetic algorithm function optimization, using the weight coefficient)
- 2010-05-26 16:46:05下载
- 积分:1
-
ImageCompreganeshssion
hi this code image processing
- 2011-09-24 16:27:20下载
- 积分:1
-
doubly_fed_ind_gen
matlab simulaink simulation of doubly feed iduction generetor
- 2014-09-20 02:32:58下载
- 积分:1
-
HSJZ
function [ H ,S ] = HS( f )
UNTITLED2 Summary of this function goes here
Detailed explanation goes here
syms x1 x2
f1=diff(f,x1)
f2=diff(f,x2)
S= [f1 f2]
H = [diff(f1,x1) diff(f1,x2) diff(f2,x1) diff(f2,x2)]
end
s0=subs(S,findsym(S),[0 0])(function [H, S] = HS (f) UNTITLED2 Summary of this function goes here Detailed explanation goes here syms x1 x2 f1 = diff (f, x1) f2 = diff (f, x2) S = [f1 f2] H = [diff (f1, x1) diff (f1, x2) diff (f2, x1) diff (f2, x2)] end s0 = subs (S, findsym (S), [0 0 ]))
- 2013-04-11 23:40:13下载
- 积分:1