Borrar filtros
Borrar filtros

About "system()" command in matlab

2 visualizaciones (últimos 30 días)
Huseyin
Huseyin el 27 de Feb. de 2014
Comentada: Huseyin el 27 de Feb. de 2014
Hello, When I use "system()" command in matlab, it runs only the files in "Matlab/bin/" directory. But I want to run a file which is on desktop or in any other specific folder. How can I do that? Thanks..

Respuesta aceptada

Azzi Abdelmalek
Azzi Abdelmalek el 27 de Feb. de 2014
folder='E:\matlab'
app='your_app'
system(fullfile(folder,app))

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by