running functions in multiple instances
5 ビュー (過去 30 日間)
古いコメントを表示
i am having three functions i need to run the three function in two instances of MATLAB. is there any way to do it.please help me out
0 件のコメント
回答 (1 件)
Michal
2019 年 9 月 24 日
編集済み: Michal
2019 年 9 月 24 日
You need to run three function on two matlab instances simultaneously?
If yes, so open two separate instances of Matlab and run your three functions in each separate instance.
Fot details see: Matlab help
see Input Arguments paragraph ... for more info.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!