How to store execution time in execution time in runtime
Mostrar comentarios más antiguos
I have executed my program code and measure its execution time using tic toc. Is it possible to store this value run time in a excel file. Is there is another code to find execution time that can store it.
Respuesta aceptada
Más respuestas (1)
Jan
el 1 de Oct. de 2015
0 votos
Storing a time in an Excel file works exactly as storing any other value in an Excel file. See help xlswrite.
Using tic and toc is a smart way to determine the execution time, but storing values in a file is not its job. So you actual problem concerns writing data to files. So please specify what you have tried so far and which problems occur.
Categorías
Más información sobre Image Sequences and Batch Processing en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!