natural frequencies of the system
Ältere Kommentare anzeigen
sorry.. this is a very silly question. I saw somewhere how to look at the natural frequencies of a system defined as
modelpde = createpde("structural","static-planestress");
where I pass
structuralProperties(modelpde, ...
'YoungsModulus',E, ...
'PoissonsRatio',nu, ...
'MassDensity',mass);
edge=[1 2 3 4];
structuralBC(modelpde, ...
'Edge',edge, ...
'Displacement',[0 0]); as I want the perimeter to be fixed.
I need to see the natural frequencies of this system, and I thought they were extracted directly by
results=solve(modelpde);
I think I read it had to be done differently but cannot seem to find the documentation about it.
Could please send me the link?
Thanks
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Structural Mechanics finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!