Command external app to save data
조회 수: 1 (최근 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개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!