Results for
Due to temporary problem MathWorks account was unable to login. Kindly resolve this issue.
how to generate CA signed certificate for mqtt
When I embed Matlab windows into C#, I use C# to call the mouse functions such as drawline() and getpts() which are encapsulated in Matlab's dll, and then the program crashes, how can I solve this problem?
ps : The functions that I call in C# can be executed in Matlab.
ps : If I don't embed the window into C#, but just let C# call the Matlab function, it can execute the mouse control normally in the window, but once embedded into the C# window, it will crash when execute the mouse command.
I have a channel updating every 10 minutes. The last 8000 entries therefore go back to late December (around 55 days). I want to extend the range of data downloaded by setting a timescale between results, so say if I request a timescale of 20 minutes should I not be able to get data from twice as long ago? e.g.
https://api.thingspeak.com/channels/xxxxxx/fields/1.json?api_key=XXXXXXXXXXX×cale=20&start=2022-12-30%2022:00:00
No matter what timescale or averaging I use, the last 8000 entries are the only ones processed for the downloaded data, so I just get fewer results. Unless I use a timescale of 1440; then I can download results from the very first entry in 2022. A timescale of 720 or lower however will only go back 55 days.
So I see the desired result when I use a timescale of 1440, but no other timescale will work. Is this a bug?
New to ThingsSpeak. I have a Photon 2 and vreated a webhook with simple code to send random numbers reprsented as 'temp' to a channel in ThingSpeak. All good with the code and my device shows the webhook is sending data and the events corespond to the same number of entries received in my channel. However, I do not see any visual graph of the data. What am i missing?
Hi Everyone. I am facing a problem while connecting the FMU to the buses. I have one FMU which expects 9 inputs and I did clarify the same while using bus creator. But in the end i am getting this error which i am trying to solve for couple of hours but didn't get any solution. So if any knows about the same please help me. I would give details as well if you need any other information. 

Hello Im tring to connect my master node to thingspeak but it gives error like:
Data received from slave - Temperature: 25.90, Humidity: 46.00, Soil Moisture: 0, pH: 4.26
Failed to send data to ThingSpeak, status code: -301
Data received from slave - Temperature: 25.90, Humidity: 46.00, Soil Moisture: 0, pH: 4.26
Failed to send data to ThingSpeak, status code: -301
What should I do?
I need to copy Channel field data from a specific data range (e.g. January 2024) from field 6 of channel A(see sample attached) to field 1 of channel B.
I have tried to adopt the Template "Get data from private channel" in the Matlab analysis area of Thingspeak. The last data can be copied according the sample, but I cannot manage to copy the complete datarange. My channel field contains half empty data in field 6, because I have posted data asynchrously from 2 devices to 1 channel up to now.
Any advice for proper Matlab code sample or the like is welcome!
I found read API key but there is no option for the read channel id
Happy year of the dragon.
Is anyone having issues downloading the entire data from a channel? I usually include this line to the url but it no longer works: /feed.csv?days=1000000. Any suggestions on a way forward?

Can you see them?
I have been procrastinating on schoolwork by looking at all the amazing designs created in the last MATLAB Flipbook Mini Hack! They are just amazing. The voting is over but what are y'all's personal favorites? Mine is the flapping butterfly, it is for sure a creation I plan to share with others in the future!

Now it's just a dial and pointer. There used to be a numeric value underneath.
I mentioned this in another thread about the column function not working, but thought maybe it needs it's own thread to be noticed.
This broke about the same time as the line/column problem and the not being able to move windows around anymore.
As of an hour ago my Visualisation stopped working, suddenly returning an empty matrix for 'old' (2019) data retrieved. It has been working fine all day and historically. New data being uploaded today is being retrieved fine. My code hasn't changed.
Downloading and checking, all data prior to 29-Nov-2023 has gone.
Has something changed server side?
One of my colleauges, Michio, recently posted an implementation of Pong Wars in MATLAB
- Here's the code on GitHub.https://lnkd.in/gZG-AsFX
- If you want to open with MATLAB Online, click here https://lnkd.in/gahrTMW5
- He saw this first here: https://lnkd.in/gu_Z-Pks
Making me wonder about variations. What might the resulting patterns look with differing numbers of balls? Different physics etc?

Some years ago I installed a IOBridge IO-204 device from https://iobridge.com/
This was used to remotely control and monitor heating of a building trough the "ioApp" or trough the widgets on their webpage.
Seems like the support for the app and the IObridge webpage (including widgets) is discontinued and the webpage now links to ThingSpeak without any further information.
I cannot find any information about using ThingSpeak to communicate and control an ioBridge IO-204 device?
If it is possible I would really appreciate some help getting starter to do the setup.
Thanks in advance.
Buenas noches. Tengo una estación meteorológica contruida con Arduino, desde hace 4 años y funcionando perfectamente, y veo los datos mediante ThingSpeak. El problema es el que se ve en la imagen:

La méteo, gestionada por una placa Arduino Wemos D1 Mini Pro, una placa solar, una batería y un sensor BME280, funciona cada hora. És decir, está hivernando y cada hora, durante un breve lapso de tiempo, despierta y emite los datos. ThingSpeak los envía a mi ordenador. El problema es que durante 4 años, ha estado enviando, cada hora, una sola lectura de los datos, però ahora envía dos o tres datos con minutos de diferencia, con lo que la lectura y procesamiento de estos datos, se ha vuelto inestable.
No se si es debido a una reinstalación del sistema operativo, debido a un problema que he tenido con el SO, o a qué, pero quisiera volver a ver los datos de forma única, un solo dato cada hora. He sustituido la placa Arduino por otra, pero el problema persiste sin solucionarse, con lo que deduzco que posoblemente deba atribuirse al programa ThingSpeak.
Sería posible solucionar este problema? Hay alguna manera de acceder a modificar, específicamente, esta configuración para volver a mostrar únicamente una lectura por hora?
Gracias por la atención y la ayuda
Salu2 cordiales
I'd like to give someone quick access to a private channel via a URL. Basically, I'd like to place a QR code sticker on the device so that any time they want, they can quickly check out how the device data is trending by pointing their cell phone camera at the QR code and clicking. Ez-peezie. This works with a public channel because no authentication is required,
Is there a way to do this with a private channel? I was hoping I could add their email address to the sharing tab for the channel and then, after they had logged into Thingspeak on their phone with their own account, perhaps their browser state would be retained and when the camera launched a browser tab with the url, it would work. But alas, I've probably over-simplied the credentials aspect betwen the camera app and the brower app. At least it doesn't seem to work with Safari or Chrome on IOS.
Does anyone know of an easy way (easy for the end user) to make this work?