Why is my code not working?
Ältere Kommentare anzeigen
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 Kommentar
Hariesh Krishnan B
am 13 Dez. 2022
Antworten (1)
Torsten
am 13 Dez. 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 Kommentare
Hariesh Krishnan B
am 13 Dez. 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.
Kategorien
Mehr zu PDE Solvers finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!