フィルターのクリア

Info

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

Subscript indices must either be real positive integers or logicals by using Eval

1 回表示 (過去 30 日間)
Abdelmajid Mettari
Abdelmajid Mettari 2017 年 9 月 13 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi People,
I m getting this error when i try to run my simulation,i had an excel table which i want to import in my skript and excute the strings into each cell an abstact of my loop look like this
elem1=table2cell(excelDataTable(1:113,'Export'))
for ii=1:length(elem1)
eval(elem{i})
i=i+1;
end
i don T know what i did Wrong
can any body help? Thank you .
  2 件のコメント
Stephen23
Stephen23 2017 年 9 月 13 日
編集済み: Stephen23 2017 年 9 月 13 日
"i don T know what i did Wrong"
Evil eval.
Abdelmajid Mettari
Abdelmajid Mettari 2017 年 9 月 13 日
Hi, thank you for replying.
i just mistype the ii,I wrote the programm with one i and i still got this error, is there any alternativ of Eval?

回答 (0 件)

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

Community Treasure Hunt

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

Start Hunting!

Translated by