Is there a premade file regarding a verification test to see if there is any issues with the installation?

6 ビュー (過去 30 日間)
I am trying to find a standardized verification package that I can run on my end to detemrine if matlab operates properly and has the correct outcomes.
  1 件のコメント
Walter Roberson
Walter Roberson 2024 年 9 月 16 日
To really be sure, you would need to run Mathworks own verification tests. Those are not available to the public. (And I would imagine they take several days to run.)

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

回答 (2 件)

Animesh
Animesh 2024 年 9 月 16 日
Hi @Aaron,
I don't believe there is any specific package for this, because if there is a major issue with the installation, it is typically shown during the installation process itself. However, the following thread mentions some commands to test if the installation was completed properly:

John D'Errico
John D'Errico 2024 年 9 月 16 日
Is there anything that will test every line of code in MATLAB? Every toolbox you have purchased? No. Not that is given out to you. (Yes, they probably have something. But they are not going to give anything like that out.) And if you had it, I would suggest a complete, exhaustive test might take hours to run.
Is there something you can do to get a good validation of MATLAB functioning properly? Yes. use bench. Compare the results to what you should see for your CPU. Bench will test many facets of MATLAB. If somethign fails, it will be clear. If something is surprisingly slow, it will at least give you something to look into more deeply, but really, you would just be looking for a failure.
Is there anything else you can do? Yes. use ver. It will give you a list of all toolboxes MATLAB thinks you have. If something is missing that you think you have purchased, then you know where to look.

カテゴリ

Help Center および File ExchangeStartup and Shutdown についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by