필터 지우기
필터 지우기

How to create thermal model object?

조회 수: 3 (최근 30일)
Leetcode
Leetcode 2023년 4월 12일
편집: Anurag Ojha 2023년 4월 12일
I am new to matlab and want to know how to create Thermal model object. Can anyone guide me to do that?

채택된 답변

Anurag Ojha
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")
thermalmodel =
ThermalModel with properties: AnalysisType: "transient" Geometry: [] MaterialProperties: [] HeatSources: [] StefanBoltzmannConstant: [] BoundaryConditions: [] InitialConditions: [] Mesh: [] SolverOptions: [1×1 pde.PDESolverOptions]
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!

Translated by