필터 지우기
필터 지우기

How to project and identify the dates of the positive anomalies.

조회 수: 1 (최근 30일)
Bernard Gonzales
Bernard Gonzales 2022년 11월 13일
답변: Rijuta 2023년 9월 8일
I am learning drought analysis, and while I have done graphing the LST, I am stumped on how to project and identify the dates of the positive anomalies.
I have attached below the necessary files to run the code "LST_STDAnom.m", but due to their sizes exceeding 5mb, I archived them to .zip files.
Shaperead and maskregion was used in the code.

답변 (1개)

Rijuta
Rijuta 2023년 9월 8일
Hi Bernard,
I understand that you want to project and identify the dates of positive anomalies. Kindly follow the steps below:
  1. Load the LST data.
  2. Calculate anomalies by finding the difference of the LST data with the baseline data.
  3. Define the threshold for positive anomalies.
  4. Identify dates of positive anomalies based on this threshold.
  5. Visualize the positive anomalies on a graph or map.
For more details on anomaly detection, refer the documentation: Anomaly Detection - MATLAB & Simulink (mathworks.com)
I hope this solves your query.

카테고리

Help CenterFile Exchange에서 Biotech and Pharmaceutical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by