How to create thermal model object?
2 次查看(过去 30 天)
显示 更早的评论
I am new to matlab and want to know how to create Thermal model object. Can anyone guide me to do that?
0 个评论
采纳的回答
Anurag Ojha
2023-4-12
编辑:Anurag Ojha
2023-4-12
Hi Leetcode,
I understand that you want to create thermal model object. You can create a thermal model object using "createpde" with the first argument "thermal".
thermalmodel = createpde("thermal","transient")
You can refer to this MATLAB documentation to explore more about it.
Hope it helps!!
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!