代码搜索:Mathworks
找到约 4,523 项符合「Mathworks」的源代码
代码结果 4,523
www.eeworm.com/read/319335/13453981
m exm110423_1.m
cd c:\ WINDOWS\Applic~1\MathWorks\MATLAB\R12 %将此目录设为当前工作目录
%打印文本文件mccstartup的内容
type C:\WINDOWS\Applic~1\MathWorks\MATLAB\R12\mccstartup
!copy mccstartup h:\mywork\temp %将mccstartup转移到临时目录下
!
www.eeworm.com/read/318125/13485689
txt readme.txt
1)请到网址http://www.mathworks.com/products/demos上下载各类系统的示例程序或者模型。
2)请到网址http://www.mathworks.com/products/demos/blocksetdemos.shtml下载关于Bluetooth的最新Simulink模型。
3)请到网址http://www.mathworks.com/products/de
www.eeworm.com/read/316412/13523357
m bizcard.m
function bizcard
% BIZCARD Future version of The MathWorks business card.
% Click anywhere on the card.
clf reset
shg
set(gcf,'name','The MathWorks Business Card', ...
'menu','none','numbertitl
www.eeworm.com/read/313956/13578049
m helptest.m
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:39:51 $
help ademod
help ademodce
help amod
help amodce
help apkconst
help bchcore
help
www.eeworm.com/read/313956/13578110
m tsttrand.m
% Copyright (c) 1996 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 19:50:27 $
T=[0:.1:100];T=T(:);U=rand(length(T),1)*2;
num=10;den=[1,6,10];
[num1, den1]=c2dm(num,den
www.eeworm.com/read/313956/13578243
m comempty.m
function out = comempty(vaa, handle, default);
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:00 $
if isempty(vaa)
out = default;
www.eeworm.com/read/313956/13578328
m comleng.m
function y = comleng(y, x, str)
% Make y has at least same length as x
% Copyright (c) 1995-96 by The MathWorks, Inc.
% $Revision: 1.1 $ $Date: 1996/04/01 17:53:12 $
comempty(y, s
www.eeworm.com/read/310212/13654768
m frefine.m
function rs = frefine(a,v,rs)
% f = frefine(a,v,rs);
% refine local minima and maxima of H using Newton's method
%
% H : H = cos(w*v)*a;
% rs : initial values for the extrema of H
%
% Copyri
www.eeworm.com/read/310212/13654771
m sbclose.m
function sbclose(fig)
%SBCLOSE Signal Browser close request function
% This function is called when a browser window is closed.
% SBCLOSE(FIG) closes the browser with figure handle FIG.
%
www.eeworm.com/read/310212/13654783
m fixedfont.m
function [fontname,fontsize] = fixedfont
%FIXEDFONT Returns name and size of a fixed width font for this system.
% Example usage:
% [fontname,fontsize] = fixedfont;
% Copyright (c) 1988-