Bash loop avorted because of Matlab (I think)
古いコメントを表示
Hello everyone. First, I'm sorry for all the mistakes I can make in english, however you should be able to understand me. Here is the matter : I have a bash script and there is inside this kind of loop :
while IFS=' ' read var1 var2
....
./matlab.bash
done < file.txt
And there is inside the matlab.bash script only bash commands, exept this one :
matlab -nodesktop -nosplash -r sigma_fit
The fact is that the which loop stoped after the first iteration, and it's because of this matlab command, because when I comment it, the loop do all the iteration. Is there any well known kind of interaction between matlab and bash loops ?
Just to know : sigma_fit is a matlab script ended by quit.
Thank you for your answers !!
Kind regards,
Liris
3 件のコメント
Steven Lord
2016 年 3 月 10 日
Define "which loop stoped" -- did you receive an error message? Did the loop stall? Did you mean something else? Without that information it's probably going to be impossible to determine what happened.
Cyril GADAL
2016 年 3 月 11 日
編集済み: Cyril GADAL
2016 年 3 月 11 日
Jamal Mousavi
2020 年 4 月 17 日
回答 (0 件)
カテゴリ
ヘルプ センター および 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!