Error in ThingSpeak with Fit Function
显示 更早的评论
Hi MathWorks Community, I have a very strange problem and I hope you can help me.
- I have a code, this code does a simple lineal regression with the function FIT.
- This code works in my principal account (account 1) without problems or errors.
- This same code (copy - paste) does not work in other account (account 2).
- The only difference between both accounts is that the account 2 has a public channel.
- The error is this:
'fit' requires one of the following:
Curve Fitting Toolbox
Model-Based Calibration Toolbox
Predictive Maintenance Toolbox
Error in Correlation TvsH (line 32)
fitObject = fit(temperatureData,humidityData,'poly1');
As I said before, I think this is a very strange error, because in the account 1, the code works perfectly, however in the account 2, it does not work... Somebody knows What can I do for solve this problem?, I need to use Matlab toolbox in account 2.
Thanks for your attention, I hope you can help me.
采纳的回答
更多回答(0 个)
社区
更多回答在 ThingSpeak Community
类别
在 帮助中心 和 File Exchange 中查找有关 Read Data from Channel 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!