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

6 visualizzazioni (ultimi 30 giorni)
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 Commento
Walter Roberson
Walter Roberson il 16 Set 2024
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.)

Accedi per commentare.

Risposte (2)

Animesh
Animesh il 16 Set 2024
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 il 16 Set 2024
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.

Categorie

Scopri di più su Startup and Shutdown in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by