How can I plot a kurtogram into axes of my app?

1 次查看(过去 30 天)
Hello everybody,
I am building an app for bearing diagnosis and I want to display a kurtogram computed by
kurtogram(signal, fs, level)
but I don't know how to plot this into axes of my app.
For example a simple plot-command is like:
plot(app.Spectra, app.fs, app.spec);
-> x-axes: f, y-axes: spectral values and plot into app.Spectra, a plot in my app.
But how can I do it with kurtogram()?
kurtogram(app.Kurt, signal, fs, level)
doesn't work.

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by