Info

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

error message Subscripted assignment dimension mismatch is showing.....

1 回表示 (過去 30 日間)
jithin jayasingh
jithin jayasingh 2015 年 11 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
for j=1:l+1
instt(1,:)=pir(1,:);
instt(j)=13;
for w=(j+1):(l+1)
instt(w)=pir(w-1);
end
instt;
end
i want to insert 13 to all possible position in the array pir (instt is the array used to store the result and to print it).
the error message is :Subscripted assignment dimension mismatch. it will be a great help if got to know why this happen,please help me......
  1 件のコメント
jithin jayasingh
jithin jayasingh 2015 年 11 月 29 日
l is the length of array pir

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by