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

조회 수: 2 (최근 30일)
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!

채택된 답변

Christopher Stapels
Christopher Stapels 2022년 12월 21일
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.

추가 답변 (0개)

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

Help CenterFile Exchange에서 ThingSpeak에 대해 자세히 알아보기

태그

제품


릴리스

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by