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
)
returns an electromagnetic analysis model for the specified analysis type.emagmodel
= createpde('electromagnetic',ElectromagneticAnalysisType
)
ElectromagneticModel
| PDEModel
| StructuralModel
| ThermalModel