Why is my code not working?
Afficher commentaires plus anciens
I am directly taking the source code from https://in.mathworks.com/help/pde/ug/thermal-analysis-of-disc-brake.html
But the code is not showing the final thermal model animation but only the initial face edges
attaching my code.Pls help me rectify my problem.
1 commentaire
Hariesh Krishnan B
le 13 Déc 2022
Réponses (1)
Torsten
le 13 Déc 2022
Run
[fList, pList] = matlab.codetools.requiredFilesAndProducts('untitled8.m')
pList.Name
pList.Version
pList.ProductNumber
pList.Certain
to see which toolboxes in which versions are required to run the code.
Compare with your installed components.
2 commentaires
Hariesh Krishnan B
le 13 Déc 2022
Use
ver
to list the installed products and their versions and
license( 'test', 'PDE_Toolbox' )
license( 'test', 'MATLAB')
to see whether you have the PDE toolbox licenced in the required version.
Catégories
En savoir plus sur PDE Solvers dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!