Preparar y analizar datos
Utilice el MATLAB Analysis app para preparar, filtrar y analizar datos, como calcular la humedad promedio, calcular el punto de rocío y eliminar datos atípicos de un canal ThingSpeak™. ThingSpeak le permite usar MATLAB para analizar y visualizar sus datos. Las aplicaciones de análisis y visualización proporcionan un código de plantilla para ayudarlo con las operaciones básicas en datos históricos o en vivo. Estos tutoriales lo llevan paso a paso a través de cada plantilla de código. Use tutoriales de plantillas de código para comenzar con ThingSpeak. Utilice las aplicaciones para convertir de una unidad a otra, comparar datos diferentes o similares en el mismo gráfico o visualizar la distribución estadística de sus datos.
Puede Agregar funciones a scripts (MATLAB) en las aplicaciones MATLAB Análisis y MATLAB Visualizaciones para permitir la codificación modular. Además de las funciones integradas de MATLAB, también puede utilizar funciones de las cajas de herramientas mencionadas en Access MATLAB Add-On Toolboxes.
Funciones
Temas
Generar códigoMATLAB
- MATLAB Analysis App
Analyze the data in a channel.
Preparar datos
- Regularize Irregularly Sampled Data
Update timestamps of data in a ThingSpeak™ channel to remove irregularity. - Identify Irregularly Sampled Data
Identify irregularly sampled data in a ThingSpeak channel. - Aggregate Data in ThingSpeak Channel
Collect and process data in a ThingSpeak channel
Analizar datos históricos
- Calculate and Display Average Humidity
This example demonstrates how to read data from a channel, analyze the data, and display the result. - Calculate High and Low Temperatures
This example demonstrates how to read data, identify certain elements, and display the results. - Remove Outliers from Wind Speed Data
This example shows how to read data from a public channel, modify the data, and display select elements.
Analizar datos en vivo
- Calculate Wind Chill and Update Channel
This example shows how to read data from a public channel, analyze the data, and schedule the code to run at regular intervals. - Read Live Web Data for Vessels at the Port of Boston
This example demonstrates how to scrape the latest live data from a website and display it. - Convert Temperature Units
This example shows how to read data, perform a calculation using the data, and display the result. - Read ThingSpeak Data and Predict Battery Discharge Time with Linear Fit
Read data for regression and prediction