代码搜索:mathTools

找到约 142 项符合「mathTools」的源代码

代码结果 142
www.eeworm.com/read/107070/15613499

txt mathtools589.txt

发信人: FangQ (木头虫子), 信区: MathTools 标 题: Matlab与C++接口与混合编程讨论小结(序) 发信站: BBS 水木清华站 (Tue Nov 2 22:24:16 1999) 说明: 本文结合SMTH上的Mathtools版大家的讨论和自己的一些使用心得,主要对 MIDEVA(Matcom)的使用方法作简单介绍。本文将版面上一
www.eeworm.com/read/192685/8360790

txt 绘制等高线的例程或ocx控件.txt

我这有一个Lib文件(试用版),你可以试一试,不过它的函数与matlab一样,即可以在VC中使用,也可以在VB中使用,画等高线的函数是contour(),如果有什么问题,你可以继续询问。 主持人注:Matlab是目前使用的非常多的一中数学分析软件,在书店可以找到有关的书籍。而闫新海提供的这个库来自<mark>MathTools</mark>(http://www.<mark>mathtools</mark>.com)的MATCOM 4. ...
www.eeworm.com/read/242302/13076185

txt 绘制等高线的例程或ocx控件.txt

我这有一个Lib文件(试用版),你可以试一试,不过它的函数与matlab一样,即可以在VC中使用,也可以在VB中使用,画等高线的函数是contour(),如果有什么问题,你可以继续询问。 主持人注:Matlab是目前使用的非常多的一中数学分析软件,在书店可以找到有关的书籍。而闫新海提供的这个库来自<mark>MathTools</mark>(http://www.<mark>mathtools</mark>.com)的MATCOM 4. ...
www.eeworm.com/read/114100/15110323

txt 绘制等高线的例程或ocx控件.txt

我这有一个Lib文件(试用版),你可以试一试,不过它的函数与matlab一样,即可以在VC中使用,也可以在VB中使用,画等高线的函数是contour(),如果有什么问题,你可以继续询问。 主持人注:Matlab是目前使用的非常多的一中数学分析软件,在书店可以找到有关的书籍。而闫新海提供的这个库来自<mark>MathTools</mark>(http://www.<mark>mathtools</mark>.com)的MATCOM 4. ...
www.eeworm.com/read/162415/10307473

m curvefit.m

%CURVEFIT Curve fitting % % x=curvefit('f',x0,x1,y1,options,'g') finds the value of x for % which f(x,x1) is closest to y1. In other words, it fits the model f to % the experimental data (x1,y1).
www.eeworm.com/read/162415/10307462

m fminu.m

%FMINU Uncontrained minimization % % x=fminu('f',x0,options,'g') finds the value of x for which f(x) is minimal. % options is optional, giving the optimization arguments. If options % is the empty
www.eeworm.com/read/162415/10307489

m fzero.m

%FZERO Find zero of f(x) % % x=fzero('f',x0,tol) returns x for which f(x)=0. If no such x is found, % x=NaN. x0 serves as an initial guess. % tol is the tolerance for which a zero will be identifi
www.eeworm.com/read/162415/10307444

m minimax.m

%MINIMAX Minimax optimization % % x=minimax('f',x0,options,'g') finds the value of x for which % the maximal output of f(x) is minimal. % options is optional, giving the optimization arguments. If
www.eeworm.com/read/162415/10307456

m fmin.m

%FMIN Find minimum of f(x) % % x=fmin('f',xlow,xhigh,options) finds the value of x for which f(x) is % minimal in the range [xlow,xhigh]. % options is optional, giving the optimization arguments.
www.eeworm.com/read/162415/10307485

m fmins.m

%FMINS Find minimum of f(x1,x2,...) % % x=fmins('f',x0,options) finds the value of vector x near x0 % for which f(x) is minimal. % options is optional, giving the optimization arguments. If optio