Display the result of Matlab workspace in Thingspeak

2 views (last 30 days)
hello dear
I working on a power system by Matlab simulation and all results of my project contains x-axis values and Y-axis values and I want to display these results on Thingspeak, but the problem of Thingspeak has displayed only the y-axis with time (date) in the x-axis.
for example, I have two values:
The X-axis represents the number of iteration (100, 200, 300, 400, 500)
The Y-axis represents the power values (2kw, 3 kW, 3.5kW, 1kw, 0.5kW)
please how can display the result of Matlab workspace in Thingspeak?
How disply the result in down image in Thingspeak field?
please reply
Best Regards

Answers (1)

Christopher Stapels
Christopher Stapels on 8 Sep 2020
You can use the MATLAB visualizations app to generate this visualization. Write your data to two consecutive fields in a channel with any timestamp you wish. If you put the data in a table and then a timetable, this will make it easiest to write to ThingSpeak.
In a MATLAB visualization (in ThingSpeak), use the ThingSpeakRead() function to get the data into MATLAB. Use the scatter or plot command on the two fields of interest. This example shows a similar workflow where you can plot two non -time variables.
  1 Comment
MH
MH on 8 Sep 2020
Dear christopher
I need to show the results of Matlab in my computer software at the same time display the result in Thingspeak
I mean, I need to display the results in Matlab and Thingspeak at the same time
can I do that? or not?
please reply

Sign in to comment.

Communities

More Answers in the  ThingSpeak Community

Categories

Find more on Visualize Data in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!