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 Exchange에서 Creating and Concatenating Matrices에 대해 자세히 알아보기

질문:

2016년 2월 4일

편집:

2016년 2월 8일

Community Treasure Hunt

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

Start Hunting!

Translated by