How to calculate the run time for m.file?

10 visualizaciones (últimos 30 días)
Radwa
Radwa el 5 de Feb. de 2015
Movida: Walter Roberson el 31 de Dic. de 2024
I have m. file and I want to calculate its run time I, I convert the m.file to functiion and call it in another file
state1 = finalisa3() tt=timeit(state1)
but I get error " Undefined function 'timeit' for input arguments of type 'char'.
Error in ch (line 36) tt=timeit(state1)"

Respuestas (1)

Raghava S N
Raghava S N el 31 de Dic. de 2024
Movida: Walter Roberson el 31 de Dic. de 2024

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by