Very useful piece of code.
What I think is missing is the output of natural frequencies for the various modes in dimensional form.
According to the original reference, it seems to me that, if the line 349:
tmp=num2str(sqrt(tmp/I2I6)*handles.a^2,'%1.2f');
is subsituted by the following line:
tmp=num2str(sqrt(tmp/I2I6)*handles.a^2*sqrt(handles.B/handles.ps)/handles.a^2/2/pi,'%1.2f');
which is equivalent to
tmp=num2str(sqrt(tmp/I2I6)*sqrt(handles.B/handles.ps)/2/pi,'%1.2f');
then output frequencies are dimensional (in Hz).
It would therefore be very useful to have both outputs in the lower left listbox, i.e. nondimensional frequency and also dimensional (Hz or rad/s) frequency.
Bye,
Gabriele
Well done. Note to users, to highlight/fill/color a cell in red, use a command something like:
xlsfont('file.xls','Sheet1','A1:A1','interior',3,0,3);
Read the documentation on this script for further explanation.