Why is my code not working?
11 次查看(过去 30 天)
显示 更早的评论
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 个)
Torsten
2022-12-13
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 个评论
Torsten
2022-12-13
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.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 PDE Solvers 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!