'controlchart' requires Statistics and Machine Learning Toolbox.

1 visualización (últimos 30 días)
TechOps
TechOps el 27 de Ag. de 2020
Respondida: Vinod el 27 de Ag. de 2020
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 comentarios
TechOps
TechOps el 27 de Ag. de 2020
Could you please share the link of this python controlchart you mentioned? Also if I'm not mistaken, thinkspeak is based off ruby, would python be compatible to it?
Walter Roberson
Walter Roberson el 27 de Ag. de 2020
However the item that had caught my eye before turned out to be a corpus of buzzwords for some kind of testing purposes.

Iniciar sesión para comentar.

Respuestas (1)

Vinod
Vinod el 27 de Ag. de 2020
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.

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

Más información sobre ThingSpeak en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by