How can i store the computing time separately in MATLAB?

10 views (last 30 days)
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.

Accepted Answer

Image Analyst
Image Analyst on 5 Feb 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.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!