Info

この質問は閉じられています。 編集または回答するには再度開いてください。

I have this code and when run it's telling me that the index exceeds the matrix dimensions. Im in the process of teaching myself matlab. Can anyone help please?

2 ビュー (過去 30 日間)
Andrew Wiebe
Andrew Wiebe 2015 年 9 月 23 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
for n=1:42;
for n=1;
l=1:52;
for n=[2 3 4 5 6 9];
l=1:16;
for n=[7:8,10:41];
l=1:17;
for n=42;
l=1:53;
str{n(l, 1), 1}<=x_te(n, 1);
str{n(l, 1), 1}>=x_le(n, 1);
s{n(n, 1), 1}=str{n(n, 1), 1};
size(s{n(n, 1), 1});
end
end
end
end
end

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by