Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Run an external program using matlab

1 回表示 (過去 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