代码搜索:MATLAB
找到约 10,000 项符合「MATLAB」的源代码
代码结果 10,000
www.eeworm.com/read/418157/10963696
xml info.xml
14
SDtoolbox
simulink
$toolbox/simulink/simulink/simulinkicon.gif
SDtoolboxhelp
www.eeworm.com/read/417736/10978268
m 例11-14 .m
/*
* engdemo.c
*/
#include
#include
#include
//engine.h中包含有使用计算引擎时要用的函数声明
#include "engine.h"
#define BUFSIZE 256
int main()
{
Engine *ep;
mxA
www.eeworm.com/read/417736/10978332
m 例2-62.m
>> fn='2*exp(-x)*sin(x)'; %定义fn函数
>> xmin=fminbnd(fn,2,5) %在区间(2,5)之间寻找最小值
>> emin=5*pi/4-xmin %求最小值的误差
>> x=xmin; %令x为最小值点
>> ymin=eval(fn)
www.eeworm.com/read/417673/10980818
m contents.m
% Soft Computing Toolbox
% Version 1.0, July 18, 1996 (For MATLAB 4.2)
% Version 2.0, Feb. 10, 1999 (For MATLAB 5.2)
% Copyright (c) 1996 by J.-S. R. Jang, C.-T. Sun, and E. Mizutani
%
% For use with
www.eeworm.com/read/271760/10981321
m c6optm1.m
function y=c6optml(x)
assignin('base','Z1',x(1)); assignin('base','P1',x(2));
assignin('base','Z2',x(3)); assignin('base','P2',x(4));
assignin('base','K',x(5)); % 对 MATLAB 工作空间变量赋值
[t,xx,yy]=sim
www.eeworm.com/read/271760/10981376
m c6optm2.m
function y=c6optm2(x)
assignin('base','Z1',x(1)); assignin('base','P1',x(2));
assignin('base','Z2',x(3)); assignin('base','P2',x(4));
assignin('base','K',x(5)); % 对 MATLAB 工作空间变量赋值
[t,xx,yy]=sim
www.eeworm.com/read/271760/10981874
m c6optm3.m
function y=c6optm3(x)
assignin('base','Z1',x(1)); assignin('base','P1',x(2));
assignin('base','Z2',x(3)); assignin('base','P2',x(4));
assignin('base','K',x(5)); % 对 MATLAB 工作空间变量赋值
[t,xx,yy]=sim
www.eeworm.com/read/417350/10993188
txt 05-23.txt
%接上题
>> A{1}
ans =
1 2
2 2
>> A{2}
ans =
Tsinghua and Peking
>> A{3}
ans =
MATLAB 7.1
>> A{4}
ans =
1.0000 + 5.0000i 12.0000 - 4.0000i
>>
www.eeworm.com/read/417350/10993467
txt 07-15.txt
例7-15 使用finverse函数进行反函数运算。
解:在命令窗口中输入如下命令,并按Enter键确认。
>> syms x y
>> f = x^2+y]
>> f = x^2+y
f =
x^2+y
>> finverse(f,y)
ans =
-x^2+y
>> finverse(f)
Warning: finverse(x^2+y) is not un