Welcome![Sign In][Sign Up]
Location:
Search - Mathworks

Search list

[Other resourceSGALAB1003beta3withdoc

Description: run the SGALAB_MO_VEGA_demo.m in command windows. to get beta3 version here: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5882 What s new: 1)fixed a critical bug in selection operation 2)update the 13 cities TSP problems 3)support Multi-objects fitness in VEGA, more MO methods in future s version now, SGALAB can support multiple : 1)parameters 2)constraints 3)objects There are 2 demos: 1) 13 TSP 2) Sheffer F2 Multiple Objects example just , run SGA__.._demo.m -run the SGALAB_MO_VEGA_demo.m in command windows. to get beta3 version here : http : / / www.mathworks.com / matlabcentral / fileex change / loadFile.do objectId What = s new 5882 : 1) fixed a critical bug in operation two selection ) update the 13 cities TSP problems 3) support Mu LTI-objects fitness in VEGA, more MO methods in future s version now, SGALAB can support multiple : 1) parameters 2) constraints 3) objects There a re two demos : 1) 13 2 TSP) Sheffer example F2 Multiple Objects just, run SGA__ .. _demo.m
Platform: | Size: 163290 | Author: 戴朝华 | Hits:

[Windows Developtutdemo

Description: echo off %优化工具箱简明教程 %TUTDEMO Tutorial for Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % 根据数据(x,y)给出在xi的线性插值结果yi.. % 使用\"非扭结\"端点条件, 即强迫第一﹑二端多项式三次项系数相同, 最后一段和倒数第二段三次项系数相同. %pp=spline(x,y)返回样条插值的分段多项式(pp形式)结构.其中breaks为结点,coefs为各段多项式系数 %yi=ppval(pp,xi),pp形式在xi的函数值.-echo off Optimization Toolbox%% A Concise Guide for TUTDEMO Tutorial Optimization Toolbox. % Copyright (c) 1990-98 by The MathWorks, Inc. % based on data (x, y) is the linear interpolation xi yi ..% results "non-kink" endpoint, that forced the first, 2-polynomial coefficient of the same three items, the final section of the third and penultimate paragraph of the same coefficient. spline% pp = (x, y) to return to the spline interpolation polynomial subparagraph (pp form) structure. which breaks for nodes, coefs for the polynomial coefficients% of yi = ppval (pp, xi) xi pp in the form of the function.
Platform: | Size: 2718 | Author: 王志波 | Hits:

[Other resourcech0112

Description: The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.-The intent of the software contained on stories 's CD is to provide support for the material cover ed in the textbook. All programs have been devel oped and tested using MATLAB Version 5.2. Altho ugh the authors believe that all routines shoul d be compatible with earlier versions of MATLAB , this may not be the case. The software is maint ained and regularly updated through our Web-sit e at www.wpi.edu / ece / EM_RF_lab / book. It is a ssumed that the user has a basic knowledge of MAT LAB. Support of MATLAB is maintained through the MathWorks. Inc.. Web-site at www.mathworks.com.
Platform: | Size: 4452 | Author: youngerwang | Hits:

[Other resourcech0212

Description: The intent of the software contained on this CD is to provide support for the material covered in the textbook. All programs have been developed and tested using MATLAB Version 5.2. Although the authors believe that all routines should be compatible with earlier versions of MATLAB, this may not be the case. The software is maintained and regularly updated through our Web-site at www.wpi.edu/ece/EM_RF_lab/book. It is assumed that the user has a basic knowledge of MATLAB. Support of MATLAB is maintained through the MathWorks, Inc. Web-site at www.mathworks.com.-The intent of the software contained on stories 's CD is to provide support for the material cover ed in the textbook. All programs have been devel oped and tested using MATLAB Version 5.2. Altho ugh the authors believe that all routines shoul d be compatible with earlier versions of MATLAB , this may not be the case. The software is maint ained and regularly updated through our Web-sit e at www.wpi.edu / ece / EM_RF_lab / book. It is a ssumed that the user has a basic knowledge of MAT LAB. Support of MATLAB is maintained through the MathWorks. Inc.. Web-site at www.mathworks.com.
Platform: | Size: 5719 | Author: youngerwang | Hits:

[Other resourceMathWorks_Learn_Matlab7.0

Description: MathWorks Learn Matlab 7.0-MathWorks Matlab 7.0
Platform: | Size: 1999852 | Author: Hutcher | Hits:

[Other resourcebinomial

Description: % binomial.m by David Terr, Raytheon, 5-11-04, from mathworks.com % Given nonnegative integers n and m with m<=n, compute the % binomial coefficient n choose m.
Platform: | Size: 4186 | Author: 左贤君 | Hits:

[Other resourceTimeSeriesViewer

Description: 这个是时间序列分析的可视化工具,具体的使用可以到mathworks网站上查询。-this is the time series analysis visualization tools, concrete can be used to Stable website.
Platform: | Size: 73182 | Author: 江河 | Hits:

[Other resourcencm

Description: 有趣的可视的数值方法 出自网站http://www.mathworks.com/moler-interesting visualization of numerical methods from the website http : / / www.mathworks.com / moler
Platform: | Size: 257220 | Author: 玉晶 | Hits:

[Graph programKLMATLAB

Description: KL人脸识别的MATLAB代码,内有其源代码,详细可看http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=6995&objectType=file-KL face recognition MATLAB code, which has its source code, detailed look at http : / / www.mathworks.com / matlabcentral / fileex change / loadFile.do objectId = 6995
Platform: | Size: 1870 | Author: 陈志俊 | Hits:

[Other resourceBIQPBOX

Description: %BIQPBOX Bisection reflective line search for sqpbox % [nx,nsig,alpha] = BIQPBOX(s,c,strg,x,y,sigma,l,u,... % oval,po,normg,DS,mtxmpy,data,H) % returns the new feasible point nx, the corresponding sign vector nsig, % and the step size of the unreflected step, alpha. % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date:
Platform: | Size: 1698 | Author: 张风 | Hits:

[Other resourceDEFINEV

Description: %DEFINEV Scaling vector and derivative % % [v,dv]= DEFINEV(g,x,l,u) returns v, distances to the % bounds corresponding to the sign of the gradient g, where % l is the vector of lower bounds, u is the vector of upper % bounds. Vector dv is 0-1 sign vector (See ?? for more detail.) % % Copyright (c) 1990-98 by The MathWorks, Inc. % $Revision: 1.2 $ $Date: 1998/03/21 16:29:10 $
Platform: | Size: 781 | Author: 张风 | Hits:

[Special Effectsfloodfill(matlab)

Description: matlab环境下的flood fill算法实现,需要cvlib_mex支持,可在http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?下载。objectId=12200&objectType=File-Matlab environment under the flood fill algorithm. cvlib_mex need support in http : / / www.mathworks.com / matlabcentral / fileex change / loadFile.do download. ObjectId = 12200
Platform: | Size: 20501 | Author: 康康 | Hits:

[ApplicationsMathWorks SimPowerSystems v4.5 for MATLAB 7.5

Description: MathWorks SimPowerSystems v4.5 for MATLAB 7.5
Platform: | Size: 9663 | Author: genise | Hits:

[ARM-PowerPC-ColdFire-MIPSEmbedded_MATLAB_Webinar_091307

Description: This file contains the material presented as the first Embedded MATLAB webinar on the MathWorks web site on September 13, 2007. It contains the PDF version of presentation slides and all necessary demonstration files (including MATLAB M-files and Simulink models).-This file contains the material presented as the first Embedded MATLAB webinar on the MathWorks web site on September 13, 2007. It contains the PDF version of presentation slides and all necessary demonstration files (including MATLAB M-files and Simulink models).
Platform: | Size: 1662976 | Author: 江山 | Hits:

[Special EffectsMathworks

Description:
Platform: | Size: 2347008 | Author: fanchao | Hits:

[Program docmatlab

Description: 这是Mathworks公司提供的官方权威学习资料,从光盘中完整提取的数据资料。 其中的Pdf文件介绍了Matlab的在科学计算等领域的应用。精悍的swf则以动画的形式介绍了Matlab的具体操作,由其官方权威专家亲自演示Matlab的使用。是学习Matlab不可多得的第一手资料。 -This is the official authority of the Mathworks provides learning materials, extracted from the CD-ROM full of data. Pdf document which describes the Matlab scientific computing in the areas of application. Lean in the form of animated swf Zeyi Matlab introduced a specific operation by the official authority of the experts who have demonstrated the use of Matlab. Matlab rare to learn first-hand information.
Platform: | Size: 21941248 | Author: 张霄 | Hits:

[matlabGUIS_FEX

Description: MATLAB的GUI设计,共35个例子,适合初学者。文件来源:mathworks-MATLAB-GUI design, a total of 35 examples, for beginners. Document Source: mathworks
Platform: | Size: 117760 | Author: zhangmingkai | Hits:

[matlab74746820-The-MathWorks-Demos-Dual-Tone-Multi-Freq

Description: Mathworks manual of DTMF analysis using goertzel alogrithm
Platform: | Size: 184320 | Author: 老冯 | Hits:

[File Formatmathworks

Description: Mathworks of ECG ECG SIMULATION USING MATLAB
Platform: | Size: 287744 | Author: mohammed s | Hits:

[matlabmathworks-Battery-Electric-Vehicle-Motor-Cooling-Simscape-23.2.1.3

Description: mathworks-Battery-Electric-Vehicle-Motor-Cooling-Simscape-23.2.1.3
Platform: | Size: 383562 | Author: here.senthil | Hits:
« 12 3 4 5 6 7 8 9 10 ... 16 »

CodeBus www.codebus.net