-
new
It creates an m-file for a matlab function and populate with a header template describing the purpose of the function, the input and output parameters, and other relevant information.
In addition, it inserts information related to the author of the file: username, display name, computer name, windows version, and the time stamp.
The command to create a MATLAB function:
new myfun
It is also possible to append function code at the function m-file creation time as follows:
new myfun disp( Hello World! )
- 2010-06-11 15:44:52下载
- 积分:1
-
Matlab工具箱应用 苏金明编
说明: matlab工具箱教程,例子详解,界面,操作教程,通俗易懂(Matlab toolbox tutorials, examples, interfaces, operating tutorials, easy to understand)
- 2019-03-25 21:52:41下载
- 积分:1
-
IsomapR1
说明: Isomap code
---------------------------------------
Author: Josh Tenenbaum (jbt@psych.stanford.edu)
[Dijkstra code by Mark Steyvers (msteyver@psych.stanford.edu)]
- 2010-04-16 05:15:12下载
- 积分:1
-
poly_2string
polynomial coeff to string
- 2011-05-02 01:24:40下载
- 积分:1
-
dijikstra
For a given source vertex (node) in the graph, the algorithm finds the path with lowest cost (i.e. the shortest path) between that vertex and every other vertex. It can also be used for finding costs of shortest paths from a single vertex to a single destination vertex by stopping the algorithm once the shortest path to the destination vertex has been determined. For example, if the vertices of the graph represent cities and edge path costs represent driving distances between pairs of cities connected by a direct road, Dijkstra s algorithm can be used to find the shortest route between one city and all other cities. As a result, the shortest path first is widely used in network routing protocols, most notably IS-IS and OSPF (Open Shortest Path First).
- 2012-04-12 21:01:48下载
- 积分:1
-
matlab_example
这个是matlab的学习资料,可以帮助入门者很快的掌握这个编程技巧,是基础(
This is a matlab learning materials that can help beginners to quickly master this programming skills, is the foundation)
- 2013-12-16 23:24:39下载
- 积分:1
-
grating
matlab 一维光栅本征模式展开方法用于计算光栅透射反射系数等(matlab one-dimensional grating eigenmode expansion method is used to calculate the reflection coefficient of the transmission grating)
- 2021-03-27 09:19:12下载
- 积分:1
-
dsp_solutions_and_ppt_matlab_sourcefile
清华大学胡广书教授< 数字信号处理理论算法实现>>第二版一书的配套题解和电子课件一书《数字信号处理题解及电子课件》(2007年5月出版)的matlab源程序。(Tsinghua University Professor Hu Guangshu )
- 2007-10-03 23:19:38下载
- 积分:1
-
gavc
说明: 用vc来实现遗传算法,不是matlab哦(vc used genetic algorithms to achieve, not Matlab oh)
- 2006-04-27 08:54:29下载
- 积分:1
-
ma
说明: matlab图像gui窗口的实例。可进行对多种图片的操作方式(matlab gui image window instance. Can engage in a variety of image mode of operation)
- 2011-05-12 15:25:31下载
- 积分:1