Determination of Standard Deviation and Means square Error
Show older comments
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 Comments
Florian Rössing
on 24 Nov 2022
Hey, not wanting to be rude, but you provided a lot of files, could you elaborate how we can reproduce your error? Or better give a minimal example to reproduce the error?
john amoo otoo
on 24 Nov 2022
Steven Lord
on 24 Nov 2022
Can you post the full and exact text of those warning and/or error messages (all the text displayed in orange and/or red in the Command Window) that you receive? Knowing that may make determining what's going on and how to avoid the warning and/or error much easier and quicker.
john amoo otoo
on 25 Nov 2022
Jeffrey Clark
on 29 Nov 2022
@john amoo otoo, @Florian Rössing, @Steven Lord the error is the same exact one you posted in Matrix Dimensional Error Index error. Please only post once for any given issue.
john amoo otoo
on 30 Nov 2022
Moved: John D'Errico
on 5 Dec 2022
john amoo otoo
on 30 Nov 2022
Moved: John D'Errico
on 5 Dec 2022
john amoo otoo
on 30 Nov 2022
Moved: John D'Errico
on 5 Dec 2022
john amoo otoo
on 6 Dec 2022
Edited: Walter Roberson
on 6 Dec 2022
john amoo otoo
on 6 Dec 2022
Walter Roberson
on 6 Dec 2022
Either you are looking at the wrong workspace, or else there is something in the code before that point that is ending the code early. Notice that the list of variables does not even include st that you set as the very first posted statement.
Remember that the variables that are set in a function typically become inaccessible after the function returns.
john amoo otoo
on 7 Dec 2022
Moved: Walter Roberson
on 7 Dec 2022
john amoo otoo
on 7 Dec 2022
Moved: Walter Roberson
on 7 Dec 2022
Walter Roberson
on 7 Dec 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.
Answers (0)
Categories
Find more on Signal 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!