- LookupTableFiles
- getgastablelisting()
- getindepvars()
How to loop a function?
1 回表示 (過去 30 日間)
古いコメントを表示
I would please like to ask if what i did to loop a function is correct?
for l = 1:length(getgastablelisting(FilePrefix, DirectoryName, filetype))
CurrentSheet = readmatrix(LookupTableFiles(l));
[Cols,StructOut] = getindepvars(CurrentSheet);
end
2 件のコメント
Harsh Parikh
2020 年 6 月 5 日
Hi Mari,
Could you please shed some light on the different variables and the functions used in the loop? (mainly the following.)
That would give a better idea about what's going on in the loop.
Moreover, could you please briefly explain what do you want to achieve through this loop?
Manish Kumar
2020 年 7 月 1 日
Yes as per the syntax it is correct.
But It would be better if you can share about the function and their return types.
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!