Statistics
RANK
195
of 296,430
REPUTATION
562
CONTRIBUTIONS
0 Questions
369 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
73
RANK
6,686 of 20,370
REPUTATION
159
AVERAGE RATING
5.00
CONTRIBUTIONS
1 File
DOWNLOADS
11
ALL TIME DOWNLOADS
1545
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
50 Public Channels
AVERAGE RATING
58
CONTRIBUTIONS
1 Highlight
AVERAGE NO. OF LIKES
8
Feeds
Solved
Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.
20 days ago
Solved
Make roundn function
Make roundn function using round. x=0.55555 y=function(x,1) y=1 y=function(x,2) y=0.6 y=function(x,3) ...
20 days ago
Solved
Sum the 'edge' values of a matrix
Sum the 'edge' values of an input matrix (the values along the perimeter). Example [1 2 3 4 5 6 7 8 9] Output = ...
20 days ago
Solved
Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...
20 days ago
Solved
The twelve days of Christmas
Traditionally there are twelve days of Christmas to celebrate ("Twelvetide"), typically starting with Christmas Day (25 December...
1 month ago
How to fetch and visualise live data from thingspeak fields in Matlab app designer
This is a terrific applicaiton. App designer can really give customizable control the main web UI cant offer. I wrote this fil...
2 months ago | 2
Cannot display the map and mapdata correctly
Locations are not automatically filled in. If your device writes data to the fields Latitude and Longitude then they will exist ...
2 months ago | 1
| accepted
How can I make simulink model of Integrated control and monitoring system with digital electronic board, sensor and wireless sensor to send data to thingspeak ?
We have a great support package for Arduino, which will allow ou to use the ThinkSpeakRead block in your model and deploy to the...
4 months ago | 0
How to access files on Matlab Drive from Thingspeak Analysis App
Unfortunately at present you cannot access MATLAB drive content via ThingSpeak analysis or visualizations. I will add your requ...
4 months ago | 0
| accepted
Historial en los charts
It is not clear what app you are using to view your ThingSpeak data, but I do not think the app you show it is specifically supp...
5 months ago | 0
thingspeak server closing connection immediately
Usually that means an authentication issue. Can you ensure the device is set up correctly and it is allowed to publish to the c...
5 months ago | 0
Confusion using thingsspeak in MATLAB(How to turn on relevant lamps depending on signal recieved from thingsspeak)
Have a look at this video series, especially in the fourth video, where we talk about remotely controlling objects. https://mat...
6 months ago | 1
data stops after 6-7 transmissions
I recomend using the ThingSpeak library - it takes care of much of the network connectivity for you. Are you sure its not one o...
6 months ago | 1
Solved
String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'
7 months ago
Solved
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
7 months ago
Solved
Find out sum and carry of Binary adder
Find out sum and carry of a binary adder if previous carry is given with two bits (x and y) for addition. Examples Previo...
7 months ago
Solved
Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.
7 months ago
Solved
Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...
7 months ago
Can't send data from ChirpStack to TS
You don't seem to have included any data, at least in what you have shown above. If you are including data and you see the numb...
7 months ago | 0
401 error code when trying to bulk-write to Thingspeak using AT-COMMAND
The bulk endpoint requires a somewhat complex syntax. Check out the bulk JSON update page here. You aren't providing all the c...
7 months ago | 0
Error sending data to ThingSpeak - Data Intervals??
Generally I'd look at the code. ThingSpeak will only reject your data if you send it too fast or format it wrong, but it seems ...
7 months ago | 0
How do I display all the data, not just the last 30 minutes or so
You can use the pencil icon in the upper right of the standard field plots on your ThingSpeak channel to show more data, assumin...
8 months ago | 1
| accepted
The write channel is same as read channel data. Why the data is not processed?
a = 1:5 for i = 1: length(a) out = i * a(i) end If you read more then one value from your channel at a time, then length...
8 months ago | 0
Buenas noches, tengo error -301
The 301 error means the library is not able to find a connection that works. Either your conenction parameters are incorrect, or...
8 months ago | 0