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.

 採用された回答

Image Analyst
Image Analyst 2016 年 2 月 5 日

0 投票

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.

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeCreating and Concatenating Matrices についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by