
Hans Scharler
MathWorks
Community manger, open source program manager, maker, and coffee drinker.
Python, C, Javascript, MATLAB, Ruby, HTML, CSS, Arduino, Perl
Professional Interests:
Machine Learning and Deep Learning
Statistics
ランク
618
of 257,855
評価
97
貢献
2 質問
30 回答
回答採用率
0.0%
獲得投票数
35
ランク
21,035
of 110,077
貢献
0 問題
13 解答
スコア
143
バッジ数
2
貢献
174 投稿
貢献
5 パブリック チャネル
平均評価
62
貢献
3 Highlights
AVERAGE NO. OF LIKES
10
Content Feed
how do i get the color gray
As others have pointed out, gray is the result of the Red, Green, and Blue are equal somewhere between 0 and 1 where black is [0...
7日 前 | 3
Matlab versions supported on Windows 11?
There is a related MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/1466556-are-mathworks-products-compatible-with...
7ヶ月 前 | 2
| 採用済み
MATLAB Stack Exchange
There are a lot of MATLAB questions on Stack Overflow. Here's a link to different MATLAB Communities: https://www.mathworks.com/...
7ヶ月 前 | 0
Professional looking Matlab FAQ
There is now a MATLAB FAQs page on MATLAB Answers: https://www.mathworks.com/matlabcentral/answers/faqs
8ヶ月 前 | 1
Where Can I Find Reference URLS to Make Answering Questions Here Easier?
There is now a MATLAB FAQs section of MATLAB Answers: https://www.mathworks.com/matlabcentral/answers/faqs
8ヶ月 前 | 0
How can I display just a small section of my chart?
Try setting results equal to 10, or days equal to 1. For more options, check out the ThingSpeak documentation: https://www.mathw...
約1年 前 | 1
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...
1年以上 前 | 1
質問
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...
1年以上 前 | 0 件の回答 | 0
0
回答質問
Who is using the MATLAB Discord channel?
Is anyone using the MATLAB Discord channel?
2年弱 前 | 3 件の回答 | 3
3
回答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 ...
2年弱 前 | 1
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...
約2年 前 | 1
| 採用済み
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 ...
2年以上 前 | 18
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...
2年以上 前 | 0
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...
2年以上 前 | 1
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','...
2年以上 前 | 0
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...
2年以上 前 | 0
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 +"&"+ ...
2年以上 前 | 0
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...
3年弱 前 | 1
| 採用済み
get local temperature into thingspeak
Try weather.gov and passing in decimal degrees location for your city. natickWeather = webread('http://forecast.weather.gov...
3年弱 前 | 0
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...
約3年 前 | 0
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...
約3年 前 | 0
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...
約3年 前 | 1
| 採用済み
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...
3年以上 前 | 0
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. ...
約4年 前 | 0
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...
約4年 前 | 0
thingSpeakWrite Error in MATLAB
Do you have the <https://www.mathworks.com/matlabcentral/fileexchange/52244-thingspeak-support-toolbox ThingSpeak Support Toolbo...
4年以上 前 | 0
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...
4年以上 前 | 0
| 採用済み
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...
4年以上 前 | 0
| 採用済み
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...
4年以上 前 | 0
| 採用済み
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...
4年以上 前 | 0