Problem with data saving in a for loop

1 visualización (últimos 30 días)
Tony Castillo
Tony Castillo el 10 de Oct. de 2019
Comentada: Tony Castillo el 11 de Oct. de 2019
Hi all,
I have prepared a script to execute a code in 3 different folders, even though, I can verify that my script go through the 3 folders calculating my variables, in the end I have one problem it only writes into my excel sheet the last values calculated(in the last folder, overwriting the values calculated in the former 2 folders), how can I fix the code for obtaining my three columns with their variables?, the code is attached.
Thanks in advance

Respuesta aceptada

prasanth s
prasanth s el 10 de Oct. de 2019
you have to put the 'xlswrite' functions inside the for loop. also, for each iteration, change the sheet number or the 'xlRange' (selected columns).
  1 comentario
Tony Castillo
Tony Castillo el 11 de Oct. de 2019
Thank you so much this insight worked perfectly.

Iniciar sesión para comentar.

Más respuestas (1)

prasanth s
prasanth s el 10 de Oct. de 2019
Best solution is:
store the output variable 'vector' fom each iteration, into another variable(array, cell array). then at the end of program, write all data to the sheet.

Categorías

Más información sobre Get Started with MATLAB en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by