代码搜索:Matlab

找到约 10,000 项符合「Matlab」的源代码

代码结果 10,000
www.eeworm.com/read/205386/15316983

m bppfault.m

% 在MATLAB6.5下编程 tic, % 开始计时 p=[0 0 0 0 0; 1 0 0 0 1; 0 1 0 0 1; 0 0 1 0 0; 0 0 0 1 0]; P=p'; t=[0 0 0 0; 1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1]; t=t'; T=t; [P,T,R
www.eeworm.com/read/164549/5489102

m zerosm.m

function Mout = zerosm(size) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function Mout = zerosm(size) % % To create an multim
www.eeworm.com/read/164549/5489104

m whosr.m

function whosr(recvar) % RECVAR, A package for new data types in Matlab 4. % (c) FOA 1997. See the file rvright.m for copyright notice. % % function whosr(recvar) % % Shows information about the fie
www.eeworm.com/read/159558/5582596

rc mymagic.rc

1 TYPELIB "d:/MATLAB701/work/mymagic/src\\mymagic_idl.tlb"
www.eeworm.com/read/153054/5654281

rc mymagic.rc

1 TYPELIB "d:/MATLAB701/work/mymagic/src\\mymagic_idl.tlb"
www.eeworm.com/read/153053/5654320

tmw rtw_proj.tmw

Real-Time Workshop project for model20to01 using G:\MATLAB7\rtw\c\grt\grt_lcc.tmf. MATLAB root = G:\MATLAB7. SimStruct date: 13-Apr-2004 12:21:46 This file is generated by the Real-Time Workshop for u
www.eeworm.com/read/153053/5654339

tmw rtw_proj.tmw

Real-Time Workshop project for model20to02 using G:\MATLAB7\rtw\c\grt\grt_lcc.tmf. MATLAB root = G:\MATLAB7. SimStruct date: 13-Apr-2004 12:21:46 This file is generated by the Real-Time Workshop for u
www.eeworm.com/read/153053/5654360

tmw rtw_proj.tmw

Real-Time Workshop project for model20to03_converted using G:\MATLAB7\rtw\c\grt\grt_lcc.tmf. MATLAB root = G:\MATLAB7. SimStruct date: 13-Apr-2004 12:21:46 This file is generated by the Real-Time Work
www.eeworm.com/read/153053/5654386

bat vdpmult.bat

@echo off set MATLAB=G:\MATLAB7 "%MATLAB%\rtw\bin\win32\gmake" -f vdpmult.mk
www.eeworm.com/read/476058/6773089

m exp2_8.m

echo off % 不显示程序内容 clear clc a=4; b=6 disp('暂停,请按任意键继续') % disp指令可以用来显示字符 pause % 暂停,直到用户按任意键 echo on % 显示程序内容,注意matlab默认是不显示 c=a+b % 暂时把控制权交给键盘(在命令窗口中出现k提示符), % 输入return,回车后退出,继续执行下面的语