Run an external program using matlab
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
There is a program (RaD) that gets a text file ("example.txt") and performs some calculations.
This program runs under the Windows cmd using the $ sign as follows
C:\user> $RaD -variable example.txt
How can I run this in matlab?
Antworten (1)
Fangjun Jiang
am 7 Nov. 2019
0 Stimmen
system('$RaD -variable example.txt')
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!