Create model
returns a structural analysis model for the specified analysis type. This model lets
you solve small-strain linear elasticity problems.structuralmodel
= createpde('structural',StructuralAnalysisType
)
returns a thermal analysis model for the specified analysis type.thermalmodel
= createpde('thermal',ThermalAnalysisType
)