csape function alternative for R 2015a
15 次查看(过去 30 天)
显示 更早的评论
Hello, I have a code which was written in R2011a version. The code has a function csape in a part of the code. However when i run the code in R2014a, it gives an error stating "undefined function csape" Can anyone suggest me an alternate function to csape
0 个评论
采纳的回答
Steven Lord
2017-1-8
The csape function is part of Curve Fitting Toolbox. You likely had this toolbox installed in your older release, but don't have it installed in the release you're using now. You can check if this toolbox is installed using the ver function.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!