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 CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by