MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB混合编程] 运行程序出现??? Error using ==> mrdivide (https://www.labfans.com/bbs/showthread.php?t=8712)

nsync099 2009-05-29 22:17

运行程序出现??? Error using ==> mrdivide
 
MATLAB中出现
??? Error using ==> mrdivide
Out of memory. Type HELP MEMORY for your options.

我的程序是:
t=0:0.00005:0.2;
figure(1);
subplot(311);plot(t,ia);
ylabel('i/A');
subplot(312);plot(t,va);
vop=va-ia*i*20.;
q=angle(va/vop);
subplot(313);plot(t,q);
xlabel('t/s');

画波形图的小程序,其中ia、va是已知的波形i*20是复数...求高手帮忙,该怎么改
做的是电力系统仿真,关于继保的,ia va 分别是仿真中得出的电流电压波形


所有时间均为北京时间。现在的时间是 17:52

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.