Smoothdata- undefined function 'smoothdata' for input arguments of type 'double'
Mostra commenti meno recenti
Hello,
I have a 1x500000 noisy data vector named F.
I am trying smoothdata as:
FF=smoothdata(F);
Matlab then returns this error message:
undefined function 'smoothdata' for input arguments of type 'double'
I have read the document help but I cant figure it out.
Can anyone help me?
thank you.
Risposta accettata
Più risposte (1)
Fangjun Jiang
il 1 Mar 2019
0 voti
Do you have other smoothdata() function or smoothdata as a variable in base workspace?
Anyway, run "which -all smoothdata" to find out
should return this "toolbox\matlab\datafun\smoothdata.m"
1 Commento
Daniel
il 1 Mar 2019
Categorie
Scopri di più su Discrete Data Plots in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!