Filter löschen
Filter löschen

Command external app to save data

2 Ansichten (letzte 30 Tage)
Munir Baldomero
Munir Baldomero am 13 Mär. 2021
Beantwortet: Pranav Verma am 16 Mär. 2021
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!

Akzeptierte Antwort

Pranav Verma
Pranav Verma am 16 Mär. 2021
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.
Please refer to the this link for getting more information on using 'system' and '!'.
Thanks

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Produkte


Version

R2020a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by