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
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
2024-9-16
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:
0 个评论
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.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!