Python, C, Javascript, MATLAB, Ruby, HTML, CSS, Arduino, Perl
Professional Interests:
AI for Signals and Images, AI in Predictive Maintenance
Feeds
已发布
Anomaly Detection System at Gunma Industrial Technology Center: another example of easy sharing of data analysis with ThingSpeak
IoT has uses in all types of industries. Personally, I use ThingSpeak in about 8 different projects around my house....
1 year 前
Discussion
[cross posted] List of niche features you want in generic Matlab
Reddit Link: https://www.reddit.com/r/matlab/comments/1gojfod/list_of_niche_features_you_want_in_generic_matlab/
1 year 前 | 5
已解决
Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...
1 year 前
Discussion
What would you ask the MATLAB leadership team?
Let's say you have a chance to ask the MATLAB leadership team any question. What would you ask them?
1 year 前 | 13
Discussion
AI Chat Playground Upgrades: OpenAI GPT-4o mini and MATLAB R2024b
The AI Chat Playground at MATLAB Central has two new upgrades: OpenAI GPT-4o mini and MATLAB R2024b! https://www.mathworks.com/...
1 year 前 | 11
Discussion
LLMs with MATLAB Now Supports OpenAI GPT-4o mini
Check out the LLMs with MATLAB project on File Exchange to access Large Language Models from MATLAB. Along with the latest sup...
1 year 前 | 4
Connect Matlab with chatgpt
Try the "Large Language Models (LLMs) with MATLAB" GitHub repo. You can open directly in MATLAB Online and try it out. This requ...
1 year 前 | 0
已发布
New ThingSpeak IoT Examples and Curriculum Module: Hardware Connectivity in Action
The Internet of Things (IoT) can help you get the right data from your hardware when you need it, no matter if you are...
1 year 前
Discussion
Time for Tulips
Spring is here in Natick and the tulips are blooming! While tulips appear only briefly here in Massachusetts, they provide a lot...
1 year 前 | 2
Discussion
Surprised that I was able to create a dice rolling simulation
One of the starter prompts is about rolling two six-sided dice and plot the results. As a hobby, I create my own board games. I ...
1 year 前 | 4
Discussion
The Office Words Spoken by Episode
I found this plot of words said by different characters on the US version of The Office sitcom. There's a sparkline for each cha...
1 year 前 | 3
Discussion
Stella while compiling the project...
This is Stella while waiting to see if the code works...
1 year 前 | 3
3D surface (frontier) from a set of points
You can use the 3D surface plot. x=[0.0080,0.0044,0.0068,0.0040,0.0061,0.0068,0.0067,0.0041,0.0034,0.0049,0.0058,0.0069,0.0037,...
1 year 前 | 1
Discussion
Starter MATLAB Script
I am often talking to new MATLAB users. I have put together one script. If you know how this script works, why, and what each li...
1 year 前 | 6
Discussion
500k YouTube Subscribers!
More than 500,000 people have subscribed to the MATLAB channel. MathWorks would like to thank everyone who has taken the time to...
1 year 前 | 10
Discussion
Solar Eclipse 2024 and MATLAB R2024a
Are you going to be in the path of totality? How can you predict, track, and simulate the solar eclipse using MATLAB?
2 years 前 | 9
Discussion
Avoid Reinventing the Wheel: Leverage MATLAB's Built-In Functions
Most of my projects are the tension between what exists and what I must create to make the project work. The more I leverage wha...
2 years 前 | 6
Discussion
Are these really the top MATLAB books?
I found this list on Book Authority about the top MATLAB books: https://bookauthority.org/books/best-matlab-books My favorite b...
2 years 前 | 6
Discussion
When to use a script vs. a live script?
Over at Reddit, a MATLAB user asked about when to use a script vs. a live script. How would you answer this?
2 years 前 | 6
Discussion
What is the MATLAB tip that you would share with your younger self?
I would tell myself to understand vectorization. MATLAB is designed for operating on whole arrays and matrices at once. This is ...
2 years 前 | 9
已提交
DFS Fantasy Football Lineup Optimizer
Optimize your Daily Fantasy Sports (DFS) fantasy football lineups with MATLAB and the Optimization Toolbox
2 years 前 | 1 次下载 |
Discussion
New Community Feature: AI Chat Playground
The MATLAB AI Chat Playground is now open to the whole community! Answer questions, write first draft MATLAB code, and generate ...
2 years 前 | 24
Matlab Crash on Sonoma(macOS 14.0)
From another support article: https://www.mathworks.com/matlabcentral/answers/2044833-is-matlab-compatible-with-macos-sonoma Ma...
2 years 前 | 1
已发布
An interview with MATLAB playground: Build your IoT Analysis and Plots for ThingSpeak
The MATLAB AI Chat Playground was launched on the MATLAB Central community at the end of November. I recently got the...
2 years 前
Discussion
🚀 The MATLAB AI Chat Playground Has Launched
The MATLAB AI Chat Playground is open to everyone! Check it out here on the community: https://www.mathworks.com/matlabcentral/...
2 years 前 | 13
Discussion
Oh, my! The flipbook gallery is awesome!
https://www.mathworks.com/matlabcentral/communitycontests/contests/6/entries
2 years 前 | 6
How to change UI from partially Chinese to fully English on M2 Mac with R2023b?
It looks like you tried removing "Chinese, Simplified" from the preferred languages list to fix this issue. This should be a tem...
2 years 前 | 0
Add column vector to the end of another column vector
A = rand(50,1); % example 50x1 vector B = rand(100,1); % example 100x1 vector C = vertcat(A,B) % concatenate A and B verticall...
2 years 前 | 1
| 已接受











