Info

Cette question est clôturée. Rouvrir pour modifier ou répondre.

Run an external program using matlab

2 vues (au cours des 30 derniers jours)
RR RR
RR RR le 7 Nov 2019
Clôturé : MATLAB Answer Bot le 20 Août 2021
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?

Réponses (1)

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

Cette question est clôturée.

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by