フィルターのクリア

why do I got such a low score when i use bench function in matlab2024a

36 ビュー (過去 30 日間)
cui xy
cui xy 2024 年 6 月 21 日
コメント済み: cui xy 2024 年 6 月 24 日 10:01
when I was using MATLAB 2024A, it often got stuck, and then became normal after a few seconds . this was very different from my previous experience, and I feel my progam runs very slowly. So I ran the bench function and found that the score was terrible, and I don't understand why this is happending ......

回答 (3 件)

Fangjun Jiang
Fangjun Jiang 2024 年 6 月 22 日 19:55
In each MATLAB release, the bench() function compares your computer against some of the newest computers on the market at the time. So the ranking of your computer would natually fall comparing to the ranking you got in earlier MATLAB release.
  4 件のコメント
cui xy
cui xy 2024 年 6 月 23 日 11:17
Are there any other reasons why the program might run so much slower than in previous version of matlab...
Fangjun Jiang
Fangjun Jiang 2024 年 6 月 23 日 15:30
It could be some "optimization gone wrong". We've had such cases and the Mathworks acknowledged and explained the reason and was later improved. Send your code/program to tech support for analysis. Or you can do profiler yourself first and find out what part was making the difference. Make a simple example of that part and send to the Mathworks.

サインインしてコメントする。


halleyhit
halleyhit 2024 年 6 月 23 日 11:48
Hi Cui, if you can find another computer with similar hardware config and higher bench score, we can say there is issue in your computer settings or drive. Otherwise, it is not easy to narrow the issue by bench results.
Besides bench, you can check some other settings, like
1.power settings, some latop will limit performance without plug-in
2.is MATLAB installed on SSD?
3.is other software using too much system resources? e.g. security, update
PS, if you are using GPU, gpubench would help, rather than bench.

Joss Knight
Joss Knight 2024 年 6 月 24 日 7:25
Do check your computer's power settings, to make sure they are set to "best performance".
  1 件のコメント
cui xy
cui xy 2024 年 6 月 24 日 10:01
I used best performance and ssd. Thank you for your reply. If we can confirm that it is not the problem of the new CPU ultra9,such as Pcore,Ecore,AI cocor,core Scheduling.then I will try to find the problem. thank you

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeVerification, Validation, and Test についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by