Command external app to save data
3 ビュー (過去 30 日間)
表示 古いコメント
How can I use system function or are there other function in matlab that can command an external app to save the data into a specific file type and folder? Thank you!
0 件のコメント
採用された回答
Pranav Verma
2021 年 3 月 16 日
Hi Munir,
The MATLAB system command is used to run the operating system commands from within the MATLAB command line and return the output. You can pass the OS command that you want to execute to the system command and get the output stored in a variable.
Other way of running commands is using the '!' operator. You can type the OS command that you want to run and prefix the whole command with '!' operator.
Thanks
0 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Find more on Web Services in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!