ModalStructuralResults
Modal structural solution
Description
A ModalStructuralResults
object contains the natural
frequencies and modal displacement in a form convenient for plotting and postprocessing.
Modal displacement is reported for the nodes of the triangular or tetrahedral mesh
generated by generateMesh
. The modal displacement values
at the nodes appear as an FEStruct
object in the
ModeShapes
property. The properties of this object contain the
components of the displacement at the nodal locations.
You can use a ModalStructuralResults
object to approximate
solutions for transient dynamics problems. For details, see solve
.
Creation
Solve a modal analysis problem by using the solve
function. This function returns a modal structural solution as a
ModalStructuralResults
object.
Properties
Examples
Version History
Introduced in R2018a