How can I display a label on the x-axis without removing the timestamp for ThingSpeak?

3 visualizaciones (últimos 30 días)
I am currently working on a project where I did analysis on CNN architecture and I want to compare several types of CNN architecture that give the best performance of image classification. My result will be published to ThingSpeak by using data import in a .csv file. In my .csv file I want to add a new column called Network only just for a label. So that my x-axis will display type of CNN architecture without removing the timestamp. Is that possible?Please assist me on this question team. Please find an attachment for your reference on what I want my ThingSpeak graph to look like.Thank you!

Respuesta aceptada

Christopher Stapels
Christopher Stapels el 21 de Dic. de 2022
It appears that there is no timestamp on the x axis for the plot you shared. There appears to be a legend at the bottom that almost lines up with the bars.
That said, almost anything is possible with MATLAB plots. Have you created a MATLAB visualization? You can use bar() or barh() to create a plot similar to what you have above. First, read the data withtThingSpeakRead().
You can do this in the Apps menu, and there are several templates to get you started. The default field plots do not have as much flexibility.
Give it a try and then feel free to post here or start a new question if you have troubles.

Más respuestas (0)

Comunidades de usuarios

Más respuestas en  ThingSpeak Community

Categorías

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

Etiquetas

Productos


Versión

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by