Clear Filters
Clear Filters

To draw campbell diagram

49 views (last 30 days)
prabin kumar meher
prabin kumar meher on 2 Jul 2024 at 11:27
Commented: Star Strider on 5 Jul 2024 at 14:46
I have a 8X8 matrix with a variable w (speed). I have to plot w vs the positive imginary values of the eigen values of the given matrix. where w is varies from 0 to 500 with a increament of 1. can any body help me to write the syntex to plot the graph.
Thank you

Answers (1)

Star Strider
Star Strider on 2 Jul 2024 at 12:51
If you have the Signal Processing Toolbox R2015b or later, see if the rpmfreqmap function will do what you want.
From its documentation —
rpmfreqmap(___) with no output arguments plots the frequency map as a function of rotational speed and time on an interactive figure. The plot is also known as a Campbell diagram.
.
  2 Comments
prabin kumar meher
prabin kumar meher on 5 Jul 2024 at 14:41
Thanks strider
Star Strider
Star Strider on 5 Jul 2024 at 14:46
My pleasure!
If my Answer helped you solve your problem, please Accept it!
.

Sign in to comment.

Categories

Find more on Vibration Analysis in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!