Info

此问题已关闭。 请重新打开它进行编辑或回答。

Run an external program using matlab

3 次查看(过去 30 天)
RR RR
RR RR 2019-11-7
关闭: MATLAB Answer Bot 2021-8-20
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?

回答(1 个)

Fangjun Jiang
Fangjun Jiang 2019-11-7
system('$RaD -variable example.txt')

此问题已关闭。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by