Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Run an external program using matlab

조회 수: 2 (최근 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