![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/5863695.png)
Python, C, Javascript, MATLAB, Ruby, HTML, CSS, Arduino, Perl
Professional Interests:
AI for Signals and Images, AI in Predictive Maintenance
Estadística
3 Preguntas
53 Respuestas
2 Archivos
Cody0 Problemas
16 Soluciones
184 Publicaciones
ThingSpeak HighlightsCLASIFICACIÓN
393
of 297.010
REPUTACIÓN
205
CONTRIBUCIONES
3 Preguntas
53 Respuestas
ACEPTACIÓN DE RESPUESTAS
33.33%
VOTOS RECIBIDOS
78
CLASIFICACIÓN
7.856 of 20.418
REPUTACIÓN
115
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
2 Archivos
DESCARGAS
4
ALL TIME DESCARGAS
1157
CLASIFICACIÓN
26.524
of 157.687
CONTRIBUCIONES
0 Problemas
16 Soluciones
PUNTUACIÓN
176
NÚMERO DE INSIGNIAS
2
CONTRIBUCIONES
184 Publicaciones
CONTRIBUCIONES
5 Público Canales
EVALUACIÓN MEDIA
62
CONTRIBUCIONES
10 Temas destacados
MEDIA DE ME GUSTA
12
Feeds
Publicado
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....
alrededor de 2 meses hace
![Thumbnail](https://blogs.mathworks.com/iot/files/2024/12/gunma.jpg)
Resuelto
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...
4 meses hace
Highlighted
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/...
5 meses hace | 11
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...
9 meses hace | 0
Publicado
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...
9 meses hace
![Thumbnail](https://blogs.mathworks.com/iot/files/2024/05/IoTTemperatureMonitoringThingSpeakArduinoHardwareExample_01.png)
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,...
11 meses hace | 1
Highlighted
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...
11 meses hace | 10
Enviada
DFS Fantasy Football Lineup Optimizer
Optimize your Daily Fantasy Sports (DFS) fantasy football lineups with MATLAB and the Optimization Toolbox
alrededor de 1 año hace | 1 descarga |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/29b19528-1728-4810-bc74-ea579fc60095/d0e82902-2e39-41b8-ad82-2d32cefaafd0/images/1663683715.png)
Highlighted
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 ...
alrededor de 1 año hace | 23
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...
alrededor de 1 año hace | 1
Publicado
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...
alrededor de 1 año hace
![Thumbnail](https://blogs.mathworks.com/iot/files/2023/11/firstCode.png)
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...
más de 1 año hace | 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...
más de 1 año hace | 1
| aceptada
What is vectorization? Why use vectorization instead of loops?
Vectorization is about replacing explicit loops with matrix and vector operations. This can lead to more readable and efficient ...
más de 1 año hace | 0
| aceptada
Pregunta
What is vectorization? Why use vectorization instead of loops?
Over at Reddit, a user asked about vectorization vs. a loop. This is a fundemental concept in MATLAB. So, what is vectorization?...
más de 1 año hace | 1 respuesta | 0
1
respuestaRead data from channel twice a day
You need three TimeControls that call thee MATLAB Analytics scripts (thingSpeakRead / thingSpeakWrite) and then one final MATLAB...
más de 1 año hace | 0
Connecting to ChatGPT using API
I have updated my answer using the built-in webwrite function from MATLAB. % Define the prompt prompt = "What is the capital o...
más de 1 año hace | 3
Truncated answers when querying chatgpt with Matlab
The "max_tokens" parameter limits the response from OpenAI language models. Try increasing it to 1000. parameters = struct('pr...
más de 1 año hace | 1
matlab.net vs webwrite
There were three issues with the commented function. When you use headers for webwrite you do not have to include the ":" in th...
más de 1 año hace | 2
| aceptada
Highlighted
22 Years of the MATLAB Central community!
Here's a screenshot from 22 years ago. Thanks for building one of the best engineering and science communities together.
más de 1 año hace | 14
Publicado
Edit ThingSpeak Code Easier in MATLAB Online
If you want to upgrade your ThingSpeak capabilities, have a look at the ThingSpeak repository of template codes that open...
más de 1 año hace
![Thumbnail](https://blogs.mathworks.com/iot/files/2023/06/MOWorkflow2.png)
Highlighted
MATLAB EXPO 2023: Sign up now for free
MATLAB EXPO is coming up soon and it is time to register. It's free and open to everyone. You will have the opportunity to conne...
casi 2 años hace | 9
Highlighted
Try Dark Mode in the MATLAB Desktop Beta
Please use the feedback button in the MATLAB Desktop beta to send us your feedback, input, and experience. Enjoy!
casi 2 años hace | 19
code for neutrosophic pareto distribution
Neutrosophic Pareto is a concept used in multi-objective optimization problems when some of the information about the problem is...
alrededor de 2 años hace | 0
Connecting to ChatGPT using API
I have been researching the davinci/completions space and have working MATLAB code using net http. Get your API Key at OpenAPI: ...
alrededor de 2 años hace | 9
| aceptada
Too many output arguments - appdesigner
It looks like you are trying to figure out if treeplotpMenuSelected is selected. You need to check it's Value property. functio...
alrededor de 2 años hace | 1
how to load and read excel data into matlab?
I would take a look at "readtable" in MATLAB. filename = 'myfile.xlsx'; T = readtable(filename); https://www.mathworks.com/he...
alrededor de 2 años hace | 0
Websocket on mqtt.thingspeak.com port 80 still available?
The address changed for the ThingSpeak MQTT broker: mqtt3.thingspeak.com <https://www.mathworks.com/help/thingspeak/mqtt-basi...
alrededor de 2 años hace | 1
Publicado
The Slovak University of Technology Fosters Project-Based Learning Using ThingSpeak in Industrial IoT Course
“MATLAB and ThingSpeak extended tools necessary for remote learning and technologies covered by our course. Project-based...
alrededor de 2 años hace
![Thumbnail](https://blogs.mathworks.com/iot/files/2022/12/STU_blog_fig1_model-300x159.png)