Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
i created a matlab code which take data from an excel sheet and gives me first row of it into a text file. after making .exe of the program i am not able to find the output file. what to do now ?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
please help me out here ! I need to submit to asap.
0 comentarios
Respuestas (1)
Titus Edelhofer
el 23 de Feb. de 2016
Hi Vaishvik,
when you open the text file for output (using fopen, dlmwrite or whatever...) use disp to print out the path. Start your executable from a CMD window to see the output.
Titus
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!