'controlchart' requires Statistics and Machine Learning Toolbox.
이전 댓글 표시
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
Walter Roberson
2020년 8월 27일
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
2020년 8월 27일
Walter Roberson
2020년 8월 27일
However the item that had caught my eye before turned out to be a corpus of buzzwords for some kind of testing purposes.
답변 (1개)
Vinod
2020년 8월 27일
0 개 추천
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.
커뮤니티
더 많은 답변 보기: ThingSpeak 커뮤니티
카테고리
도움말 센터 및 File Exchange에서 ThingSpeak에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!