Borrar filtros
Borrar filtros

Info

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

Output file failed to be updated after running standalone executable file

1 visualización (últimos 30 días)
Ying
Ying el 13 de Mzo. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hi all,
I have compiled an AutomatedIteration.exe file from my .m code using the Matlab deploytool. The reference files include 3 input files (2 .csv and 1 .xlsx) and 1 output file (.csv).
The compilation was successful. However, when I tried to run AutomatedIteration.exe file, it fails to update the output file. When I export my data after calling .exe for 10 times, it gives me 10 row of exactly same output values (10 different input values).
I found out that the code was successfully run because apart from generating output.csv, i also have two figures. And the figures all seem normal for each iteration.
Does anyone have any clue of what's going on here?
Thanks a lot!
Ying
  1 comentario
Walter Roberson
Walter Roberson el 13 de Mzo. de 2013
What is AutomatedIteration ?
What is there in your code that would run differently between different runs? Is it possible that your output from one run needs to become your input to the next run? If so then you need to code to detect that output file and use it as input, or you need to copy that output into the input for the next run.

Respuestas (0)

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by