How can i store the computing time separately in MATLAB?

I am student and new to MATLAB. I am writing a code to find Euclidean and Hamming distance. Now I want to store the Computing Time Separately.
How can I store the Computing Time Separately.

 Respuesta aceptada

Image Analyst
Image Analyst el 5 de Feb. de 2016
I don't know what you mean by "store". If you want to save the variable to a disk file, use save().
Don't use time as the name of your variable since that is the name of an important built in function and using it may lead to trouble.

Más respuestas (0)

Categorías

Más información sobre Creating and Concatenating Matrices en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 4 de Feb. de 2016

Editada:

el 8 de Feb. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by