photo

Christopher Stapels

MathWorks

Last seen: 2 days 前 自 2016 起处于活动状态

Followers: 3   Following: 1

消息

统计学

All
MATLAB Answers

0 个提问
374 个回答

File Exchange

1 文件

Cody

1 个问题
86 个答案

ThingSpeak

51 公开的 个频道

Highlights

1 个亮点

排名
192
of 299,823

声誉
580

贡献数
0 个提问
374 个回答

回答接受率
0.00%

收到投票数
78

排名
6,500 of 20,811

声誉
171

平均
5.00

贡献数
1 文件

下载次数
11

ALL TIME 下载次数
1668

排名
3,658
of 166,136

贡献数
1 个问题
86 个答案

评分
1,059

徽章数量
5

贡献数
0 帖子

贡献数
51 公开的 个频道

平均
58

贡献数
1 个亮点

平均赞数
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

查看徽章

Feeds

已回答
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...

3 months 前 | 0

已回答
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...

4 months 前 | 1

| 已接受

已回答
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...

5 months 前 | 2

已回答
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...

6 months 前 | 1

| 已接受

已回答
Usin Thingspeak to control a remote device?
Good examples, @Vinod Also, this example shows specifically remote physical control though unfotunately uses esp8266. Still, I ...

6 months 前 | 1

已解决


Laws of motion 1

9 months 前

已解决


Laws of motion 2

9 months 前

已解决


Laws of motion 3

9 months 前

已解决


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

9 months 前

已解决


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

9 months 前

已解决


Laws of motion 6

9 months 前

已解决


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

9 months 前

已解决


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

9 months 前

已解决


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

9 months 前

频道


NatickFrizz
Natick high School signup page

9 months 前

已解决


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

9 months 前

已回答
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...

9 months 前 | 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 ...

9 months 前 | 1

| 已接受

已回答
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...

12 months 前 | 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...

1 year 前 | 0

| 已接受

已回答
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...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 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...

1 year 前 | 1

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已解决


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

1 year 前

已回答
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...

1 year 前 | 0

加载更多