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.

 Réponse acceptée

Image Analyst
Image Analyst le 5 Fév 2016

0 votes

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.

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by