Bonjour,

j'ai un souci avec la fonction spectrogram!
je dois utiliser cette fonction:

[S,F,T,P] = spectrogram(...) P is a matrix representing the Power
Spectral Density (PSD) of each segment. For real signals, spectrogram
returns the one-sided modified periodogram estimate of the PSD of each
segment; for complex signals and in the case when a vector of
frequencies is specified, it returns the two-sided PSD.
malheureusement, quand je l'utilise avec mes données (une matrice 18x7000000), cette erreur apparaît :

Error using spectrogram>chkinput (line 205)
X must be a vector (either row or column).

Error in spectrogram (line 112)
chkinput(x);

Pouvez-vous m'aider?