Maximum variable size allowed by the program is exceeded.
古いコメントを表示
Hi my code is below
clc
format long g
a=588545.909;
b=10167.688;
c=150;
ox=302;
oy=192;
for oz= 1800:1:2313
oev=a.*ox+b.*oy+c.*oz ;
oce=oev+500000;
less=round(oce.*0.9,3);
x1=250:.001:1550;
y2=150:.001:1450;
z3=1200:.001:2500;
x=perms(x1)
y=perms(x1)
z=perms(x1)
then the error come
Maximum variable size allowed by the program is exceeded for x=perms(x1)
need to overcome the error. How can I?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Mathematics についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!