Borrar filtros
Borrar filtros

Hi there, I would like to launch a .bat file from matlab at the bat file direcetry

10 visualizaciones (últimos 30 días)
I am using the following commands:
system('.\VFPSolver\runvfph.bat &'); and it works, but point to the matlab directory. I would like to let Matlab execute bat file at the bat file directory. Any suggestions?

Respuesta aceptada

Jan
Jan el 31 de Oct. de 2018
Editada: Jan el 31 de Oct. de 2018
Maybe you mean.
cd('.\VFPSolver\');
system('runvfph.bat &');
  2 comentarios
Davide Di Pasquale
Davide Di Pasquale el 31 de Oct. de 2018
Thanks, but when the bat file (inside there is an executable) finish running, it generates same files that I would like to copy on a Folder. But using the command inside the matlab script: copyfile *.force Outputs I got an error Error in run_solver (line 7) copyfile *.force Outputs because of course the excutable did not finish yet. How to say matlab to wait until the run is completed?

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Search Path en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2017b

Community Treasure Hunt

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

Start Hunting!

Translated by