Analyzing Weather Data from an Arduino-based weather station

Analyze data from a weather station connected to ThingSpeak
다운로드 수: 5.1K
업데이트 날짜: 2019/10/2

라이선스 보기

This example illustrates how to analyze data from a weather station connected to ThingSpeak, an IoT analytics platform. The data is visualized and analyzed in MATLAB. The example shows how to visualize wind speed and direction, calculate and plot dew point, and verify pressure trends. It also demonstrates some techniques to remove outlier data and fill in missing data.
If using MATLAB versions R2014b through R2018b, this example requires the user to first install the MATLAB Support for ThingSpeak which is available here:
http://www.mathworks.com/matlabcentral/fileexchange/52244
If using R2019a or higher, there is no need to download the ThingSpeak support as the needed functions are built-in to MATLAB.
For more information on IoT andThingSpeak, see the following resource pages:
http://www.mathworks.com/thingspeak
www.mathworks.com/solutions/internet-of-things

인용 양식

MathWorks Internet of Things Team (2024). Analyzing Weather Data from an Arduino-based weather station (https://www.mathworks.com/matlabcentral/fileexchange/47049-analyzing-weather-data-from-an-arduino-based-weather-station), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2019b
R2014b 이상 릴리스와 호환
플랫폼 호환성
Windows macOS Linux
카테고리
Help CenterMATLAB Answers에서 Weather and Atmospheric Science에 대해 자세히 알아보기
커뮤니티
 ThingSpeak 커뮤니티에 더 많은 파일이 있습니다

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
버전 게시됨 릴리스 정보
1.4.2

Updated for compatibility with R2019b

1.4.1

Re-uploaded file.

1.4.00

Updated code to use latest version of thingSpeakRead. Updated plotting code to use yyaxis instead of plotyy.

1.3.0.1

Updated license
Updated description.

1.3.0.0

Added new resource link in description.

1.2.0.0

Updated description text.

1.1.0.0

Updated File for initial release.