搜索资源列表
pdesolve
- 偏微分方程数值解法的程序包,包括拉普拉斯方程、对流方程和扩散方程的各种解法-Numerical Solution of Partial Differential Equations package, including the Laplace equation, convection-diffusion equation equation and the various solution
funval
- funval 函数源代码,解释和说明了matlab中的一些应用。很有用处,希望给大家方便。-funval function source code, to explain and illustrate some applications in matlab. Useful, I hope to give you convenience.
Funval
- matlab 程序 进行优化分析 使用的方法是惩罚函数法进行优化。-it is called penlty methods,it can optimize the function ,obtaining the minium value
minconSimpSearch2
- 在做复合形法优化时,用到《精通MATLAB最优化设计》一书中的复合形法程序,发现做其他例题时运行不了。去掉bug后,改进如下,如果你遇到同样问题,不妨下来试试。如果你没有Funval.m,可以将程序中的Funval函数换成subs-In doing complex method optimization, use the " Mastering MATLAB Optimization Design," a book o