Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Run an external program using matlab

1 visualización (últimos 30 días)
RR RR
RR RR el 7 de Nov. de 2019
Cerrada: MATLAB Answer Bot el 20 de Ag. de 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?

Respuestas (1)

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

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by