photo

Christopher Stapels

MathWorks

Last seen: 2 jours il y a Actif depuis 2016

Followers: 3   Following: 1

Message

Statistiques

All
MATLAB Answers

0 Questions
374 Réponses

File Exchange

1 Fichier

Cody

1 Problème
86 Solutions

ThingSpeak

51 Public Chaînes

Highlights

1 Point fort

RANG
192
of 300 343

RÉPUTATION
580

CONTRIBUTIONS
0 Questions
374 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
78

RANG
6 464 of 20 926

RÉPUTATION
173

CLASSEMENT MOYEN
5.00

CONTRIBUTIONS
1 Fichier

TÉLÉCHARGEMENTS
17

ALL TIME TÉLÉCHARGEMENTS
1692

RANG
3 763
of 168 172

CONTRIBUTIONS
1 Problème
86 Solutions

SCORE
1 059

NOMBRE DE BADGES
5

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
51 Public Chaînes

CLASSEMENT MOYEN
58

CONTRIBUTIONS
1 Point fort

NOMBRE MOYEN DE LIKES
8

  • MATLAB Shorts Mini Hack Participant
  • MATLAB Mini Hack 2022 Participant
  • Knowledgeable Level 5
  • 36 Month Streak
  • Commenter
  • Creator
  • Community Champion
  • First Review
  • Personal Best Downloads Level 2
  • Pro
  • Thankful Level 3
  • Thankful Level 2

Afficher les badges

Feeds

Réponse apportée
Status show updated time but data not showing in channel
Glad you got your data stream working again. Since I didn't see any change in behavior in any of my channels, I suspect it has...

5 mois il y a | 0

Réponse apportée
How do I read the last 3 Thinkspeak channel statuses into an array?
url = 'https://api.thingspeak.com/channels/mychan/status.json?api_key=mykey&results=3'; data = webread(url); statusArray = {da...

6 mois il y a | 1

| A accepté

Réponse apportée
thingspeak react trigger issues
Using the paid version might help your scheduling somewhat, but it would not completely prevent this problem. React is not sched...

7 mois il y a | 2

Réponse apportée
Inconsistent ThingSpeak Data Logging – Missing Entries & Timing Issues
You need a delay between the two writes. Even with a paid license, you can update a channel no faster than once per second. Th...

8 mois il y a | 1

| A accepté

Réponse apportée
Usin Thingspeak to control a remote device?
Good examples, @Vinod Also, this example shows specifically remote physical control though unfotunately uses esp8266. Still, I ...

8 mois il y a | 1

A résolu


Laws of motion 1

10 mois il y a

A résolu


Laws of motion 2

10 mois il y a

A résolu


Laws of motion 3

10 mois il y a

A résolu


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

10 mois il y a

A résolu


Laws of motion 5
Calculate the force is u are given mass and acceleration.

10 mois il y a

A résolu


Laws of motion 6

10 mois il y a

A résolu


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) ...

10 mois il y a

A résolu


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 = ...

10 mois il y a

A résolu


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...

10 mois il y a

Chaîne


NatickFrizz
Natick high School signup page

10 mois il y a

A résolu


The twelve days of Christmas
Traditionally there are twelve days of Christmas to celebrate ("Twelvetide"), typically starting with Christmas Day (25 December...

10 mois il y a

Réponse apportée
How to fetch and visualise live data from thingspeak fields in Matlab app designer
This is a terrific application. App designer can really give customizable control the main web UI cant offer. I wrote this fil...

11 mois il y a | 2

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

11 mois il y a | 1

| A accepté

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

environ un an il y a | 0

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

environ un an il y a | 0

| A accepté

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

environ un an il y a | 0

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

environ un an il y a | 0

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

environ un an il y a | 1

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

plus d'un an il y a | 1

A résolu


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

plus d'un an il y a

A résolu


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...

plus d'un an il y a

A résolu


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...

plus d'un an il y a

A résolu


Convert given decimal number to binary number.
Convert given decimal number to binary number. Example x=10, then answer must be 1010.

plus d'un an il y a

A résolu


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: ...

plus d'un an il y a

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

plus d'un an il y a | 0

Charger plus