Why is my code not working?
Mostrar comentarios más antiguos
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 comentario
Hariesh Krishnan B
el 13 de Dic. de 2022
Respuestas (1)
Torsten
el 13 de Dic. de 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 comentarios
Hariesh Krishnan B
el 13 de Dic. de 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.
Categorías
Más información sobre PDE Solvers en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!