Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Jan Kuttruff
Jan Kuttruff le 29 Mar 2018
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.

Réponses (0)

Catégories

En savoir plus sur Visual Exploration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by