How to calculate the run time for m.file?

2 ビュー (過去 30 日間)
Radwa
Radwa 2015 年 2 月 5 日
移動済み: Walter Roberson 2024 年 12 月 31 日
I have m. file and I want to calculate its run time I, I convert the m.file to functiion and call it in another file
state1 = finalisa3() tt=timeit(state1)
but I get error " Undefined function 'timeit' for input arguments of type 'char'.
Error in ch (line 36) tt=timeit(state1)"

回答 (1 件)

Raghava S N
Raghava S N 2024 年 12 月 31 日
移動済み: Walter Roberson 2024 年 12 月 31 日

カテゴリ

Help Center および File ExchangePerformance and Memory についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by