'controlchart' requires Statistics and Machine Learning Toolbox.
Show older comments
I'm tryting to use the controlchart function in thingspeak but it's throwing me an error saying 'controlchart' requires Statistics and Machine Learning Toolbox. Also I'm trying to implement it in a loop. Any suggestion how I can fix it? or the process or what to do to get the toolbox?
for i=1:size(myTable,1)
myResults(i,:)=strsplit(sarray(i),' ' )
plot(controlchart(myResults(i,:)))
end
3 Comments
Walter Roberson
on 27 Aug 2020
My searches are not coming up with a controlchart for thingspeak.
I see hints there might be a python controlchart function for thingspeak use.
TechOps
on 27 Aug 2020
Walter Roberson
on 27 Aug 2020
However the item that had caught my eye before turned out to be a corpus of buzzwords for some kind of testing purposes.
Answers (1)
Vinod
on 27 Aug 2020
0 votes
To use the controlchart function in MATLAB visualization apps on ThingSpeak, the account you use to log in to ThingSpeak will need to be licensed to use Statistics and Machine Learning Toolbox.
Communities
More Answers in the ThingSpeak Community
Categories
Find more on ThingSpeak 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!