Determination of Standard Deviation and Means square Error

3 Ansichten (letzte 30 Tage)
john amoo otoo
john amoo otoo am 24 Nov. 2022
Kommentiert: Walter Roberson am 7 Dez. 2022
Can any one look in to the error I am getting from extracting the standard deviation and Mean Square Error of Matlab DTW of extracted features for fault signal and Steady state signals
  14 Kommentare
john amoo otoo
john amoo otoo am 7 Dez. 2022
Verschoben: Walter Roberson am 7 Dez. 2022
walter, this is the full script
Walter Roberson
Walter Roberson am 7 Dez. 2022
The first statement in your function after testing nargin is
decomOption = 1;
but the workspace you showed does not even have a variable decomOption in it. It does, however, have some variables that are not set in the function.
The implication is that the workspace you show is not the workspace for the function you are discussing.

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by