Published


Top ThingSpeak IoT Questions from Google
We were searching around for ThingSpeak IoT resources and noticed that Google was sharing the top questions related to...

2 years ago

Thumbnail

Highlighted


Pacific Ocean Temperature Change Since 1950
<https://www.mathworks.com/matlabcentral/fileexchange/70338-climate-data-toolbox-for-matlab Climate Data Toolbox> was develope...

2 years ago | 7

Highlighted


MATLAB EXPO 2021 - Open to Everyone for Free - May 4-5 | Online
*MATLAB EXPO 2021 is May 4-5, 2021!* <</matlabcentral/discussions/uploaded_files/4770/data>> *MATLAB EXPO is open to every...

2 years ago | 7

Answered
How can I display just a small section of my chart?
Try setting results equal to 10, or days equal to 1. For more options, check out the ThingSpeak documentation: https://www.mathw...

2 years ago | 1

Published


Introducing the New ThingSpeak Community Hosted at MathWorks
First, I would like to introduce the new ThingSpeak Community hosted at MathWorks. The community will moderated and curated...

2 years ago

Thumbnail

Answered
posting field values within few seconds fails
The free ThingSpeak account tier has an update rate limit of 15 seconds. You can send both field values in one update. fie...

2 years ago | 1

Question


Are you a startup?
I wanted to see if any of you are a part of a startup, represent an accelerator, or an entrepreneur. Let me know below or feel f...

2 years ago | 0 answers | 0

0

answers

Published


Staying Connected with CheerLights and ThingSpeak
This time of year is about staying connected, maybe more so this year than with previous years. CheerLights is an IoT...

2 years ago

Thumbnail

Published


ThingSpeak Now Supports MATLAB Swarm Scatter Charts
ThingSpeak automatically gives you access to the latest MATLAB features from the latest MATLAB release. MATLAB R2020b now...

2 years ago

Thumbnail

Solved


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

2 years ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

2 years ago

Published


Explore ThingSpeak IoT Data Using a MATLAB App
ThingSpeak users frequently ask how to build customized views for their ThingSpeak data. The channel view provides...

2 years ago

Thumbnail

Question


Who is using the MATLAB Discord channel?
Is anyone using the MATLAB Discord channel?

2 years ago | 3 answers | 3

3

answers

Answered
Putting a code open source
You can share your open source MATLAB project via GitHub and then peer it to File Exchange. This will get you maximum reach and ...

2 years ago | 2

Answered
Upload trained machine learning model to Thingspeak
There is a "Developing an IoT Analytics System with MATLAB, Machine Learning, and ThingSpeak" paper linked from the ThingSpeak w...

3 years ago | 1

| accepted

Published


One Million ThingSpeak Channels!
Christopher Stapels, the product marketing manager for ThingSpeak, told me that we crossed ONE MILLION CHANNELS of IoT data...

3 years ago

Thumbnail

Channel


Channel 1000207

3 years ago

Answered
License Manager Error -9 Your username does not match the username in the license file.
The best way to resolve a License Manager Error -9 is by reactivating MATLAB with the activation client. Linux The activation ...

3 years ago | 28

Answered
Translation R code to Matlab
I don't have a direct answer, but you could use a COM-based interface to call your R function from within MATLAB. There is a pro...

3 years ago | 0

Published


Send Email Alerts from ThingSpeak
For this post, I would like to introduce Christopher Stapels as our guest blogger. Christopher builds lots of cool IoT...

3 years ago

Thumbnail

Answered
How to fix this error on Matlab analysis for your email notification?
Is your channel private? If so, then you need to supply a Read API Key with the URL. url=strcat('https://api.thingspeak.com/cha...

3 years ago | 1

Answered
How to read data from your thingspeak on Matlab Analysis
I would start with thingSpeakRead function in MATLAB. data = thingSpeakRead(12397,'Fields',[1,4],'NumPoints',3,'OutputFormat','...

3 years ago | 0

Answered
How to read data in thingspeak using rest client?
Hi. You are close. You also need to provide a Read API Key. https://api.thingspeak.com/channels/929272/feeds.xml?results=4&ap...

3 years ago | 0

Answered
i am sending the data from RTC through arduino to thingspeak. the data sent is shown in the serial monitor but cant see any graph on thingspeak.
I would start by combining all of the update requests into one request. String secData = "GET /update?api_key="+ myAPI +"&"+ ...

3 years ago | 0

Published


Collect and Visualize Agricultural Data using The Things Network and ThingSpeak
Long-range wireless communication technology enables the transfer of sensor data over a long distance while using low-power...

3 years ago

Thumbnail

Channel


Weather and level station
Weather and level station using the Sentient Things IoT Node

3 years ago

Published


Analyze and Visualize Air Quality Data with MATLAB
Have you ever wondered if the air around you is healthy? It is possible to understand air quality by using MATLAB to...

3 years ago

Thumbnail

Answered
ThingSpeak noncommercial channel limits
50% complete refers to how much of the channel settings that you have specified. If you add a description, tags, field labels, a...

4 years ago | 1

| accepted

Answered
get local temperature into thingspeak
Try weather.gov and passing in decimal degrees location for your city. natickWeather = webread('http://forecast.weather.gov...

4 years ago | 0

Answered
thingspeak read --> stock in a variable --> use this variable in thingspeakwrite ? possible ?
I would try this using the MATLAB Analytics app. The MATLAB Analytics app can be scheduled to run periodically. Also, on the lin...

4 years ago | 0

Load more