Is the "smooth" function no longer supported in 2018b?

9 ビュー (過去 30 日間)
Jed Abanat
Jed Abanat 2018 年 9 月 28 日
コメント済み: Walter Roberson 2018 年 10 月 2 日
Just updated to 2018b, from 2018a, and made sure all the toolboxes I had were downloaded too.
Ran a script that I've been working on that uses the "smooth" function, however it is no longer working and throwing the error:
Undefined function 'smooth' for input arguments of type 'double'.
Is the smooth function no longer supported in the latest update? How can I get around this? The line of code that was working is:
start_filtered=smooth(start,150);
where start is a column vector.
Thanks.

採用された回答

Stephen23
Stephen23 2018 年 9 月 28 日
編集済み: Stephen23 2018 年 9 月 28 日
  6 件のコメント
Jed Abanat
Jed Abanat 2018 年 10 月 1 日
Well looks like it's gone for me:
2018a
>> which -all smooth
E:\Program Files\MATLAB\R2018a\toolbox\curvefit\curvefit\smooth.m
2018b
>> which -all smooth
'smooth' not found
Walter Roberson
Walter Roberson 2018 年 10 月 2 日
Is Curvefitting toolbox definitely installed, according to ver?
You might need to reinstall the toolbox.

サインインしてコメントする。

その他の回答 (0 件)

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by