SantaClaus 发表于 2006-12-9 14:46

请教如何使用matcom呢?老是出错

我打开mideva,new一个m文件,里面输入:

function wires

%
%   (c) Copyright MathTools Ltd. 1997-1999
%
%   Nice wires plot.
%
n=1000;
t=linspace(0,2*pi,n);
x=sin(t).*sin(2*t).*sin(3*t);
y=cos(5*t).*cos(7*t).*cos(11*t);
plot(x,y);

然后点击file里面的“编译dll",但是跳出一对话框,说是只能函数才能这样做。请教到底是怎么回事啊?
第一次用,请高手指教~万分感激!

SantaClaus 发表于 2006-12-9 16:53

写成 function wires()也是一样的错误

xl_43400 发表于 2006-12-20 21:23

先把m文件存储起来再用"点击file里面的“编译dll"
页: [1]
查看完整版本: 请教如何使用matcom呢?老是出错