Réponse apportée
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...

plus de 3 ans il y a | 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...

plus de 3 ans il y a | 1 réponse | 0

0

réponse

Question


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

environ 4 ans il y a | 3 réponses | 3

3

réponses

Réponse apportée
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 ...

environ 4 ans il y a | 3

Réponse apportée
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...

plus de 4 ans il y a | 1

| A accepté

Réponse apportée
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 ...

plus de 4 ans il y a | 32

Réponse apportée
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...

plus de 4 ans il y a | 0

Réponse apportée
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...

presque 5 ans il y a | 1

Réponse apportée
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','...

presque 5 ans il y a | 0

Réponse apportée
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...

presque 5 ans il y a | 0

Réponse apportée
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 +"&"+ ...

presque 5 ans il y a | 0

Réponse apportée
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...

plus de 5 ans il y a | 2

| A accepté

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

plus de 5 ans il y a | 0

Réponse apportée
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...

plus de 5 ans il y a | 0

Réponse apportée
ThingSpeak don't update channel automatic
I would write to a second ThingSpeak channel instead of writing data back to the same channel. The reason is that ThingSpeak wil...

plus de 5 ans il y a | 0

Réponse apportée
Thingspeak bulk update csv problem
What URL are you sending the POST request? For this format, you need this URL: https://api.thingspeak.com/channels/XXXYYY/bulk_u...

plus de 5 ans il y a | 1

| A accepté

Réponse apportée
Hough transform from scratch using MATLAB code to detect a line
Do you have access to the book, "Digital Image Processing Using MATLAB"? Consider the normal representation of a line: x cos(th...

presque 6 ans il y a | 0

Réponse apportée
Having trouble with upload delay in thingspeak
Free ThingSpeak user accounts have a 15 second rate limit. Paid options, commercial for example, have a 1 second rate limit. ...

plus de 6 ans il y a | 0

Réponse apportée
How to interface raspberrypi hardware with Matlab Version 2015 or 2017
I would start with installing the <https://www.mathworks.com/hardware-support/raspberry-pi-matlab.html MATLAB Support Package fo...

plus de 6 ans il y a | 0

Réponse apportée
thingSpeakWrite Error in MATLAB
Do you have the <https://www.mathworks.com/matlabcentral/fileexchange/52244-thingspeak-support-toolbox ThingSpeak Support Toolbo...

plus de 6 ans il y a | 0

Réponse apportée
Is there a way to access data from a local ThingSpeak server using the ThingSpeak Matlab Toolbox?
Yes, for both thingSpeakRead and thingSpeakWrite, there is a name-value pair called, " <https://www.mathworks.com/help/thingspea...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
controlling raspberry pi's output via thingspeak
ThingSpeak supports both <https://www.mathworks.com/help/thingspeak/rest-api.html REST> and <https://www.mathworks.com/help/thin...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
Does MATLAB support MQTT?
We just released a File Exchange submission that allows MATLAB to publish and subscribe to/from MQTT brokers. Install <https://w...

presque 7 ans il y a | 0

| A accepté

Réponse apportée
Equipment with good compatibility with MatLab
Yes, the Arduino can send the data straight to MATLAB. Install the <https://www.mathworks.com/hardware-support/arduino-matlab.ht...

presque 7 ans il y a | 0

Réponse apportée
how to link thingspeak to matlab gui data
To send data to ThingSpeak from desktop MATLAB, you need to have the ThingSpeak Support Toolbox installed ( <https://www.mathwor...

plus de 7 ans il y a | 1

Réponse apportée
How can I access an API which requires OAuth 2.0 authorization, such as Google APIs
To download data from ThingSpeak, you only need to send a request to a channel (public channel) or to channel with a read API ke...

plus de 8 ans il y a | 0