why estimating 3 values takes longer time than estimating 4 values?
古いコメントを表示
In the attached code, when we estimate 2 values of u, it takes less time than the case where we estimate 3 values of u? It seems ok. But its strange that when we look at the time for estimating 3 values of u, it takes more time than estimating 4 values of u. Why it is so?
3 件のコメント
John D'Errico
2023 年 2 月 12 日
Asking why code takes long or not is difficult, especially complicated code with no comments so we even know what the code is doing. On top of all that, this code is a random process, with a moderately small population size, so it may not even be terribly repeatable.
Sadiq Akbar
2023 年 2 月 13 日
Sadiq Akbar
2023 年 2 月 14 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Matrix Indexing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!