How can I introduce the break in the plot?

조회 수: 2 (최근 30일)
Ramakrishna Narasimha Swamy
Ramakrishna Narasimha Swamy 2021년 5월 31일
답변: Konstantin Kuzmin 2023년 11월 27일
I am using ThingSpeak platform to acquire the data from a temperature sensor. During night time, I do not acquire the data and starting the acquisition on the next day in the morning. When I plot data of last, say 200 acquisitions which includes yesterday's as well as today's data, using Matlab, l see a continuity between the last acquired data and the first data of today. Ideally, there should be break between the last acquired data and the first data of today. How can I introduce the break in the plot? The plot is attached as a reference.

답변 (2개)

Image Analyst
Image Analyst 2021년 5월 31일

Konstantin Kuzmin
Konstantin Kuzmin 2023년 11월 27일
Introduce NaN when you want a line to break.
figure; plot([1 2 3 NaN 5 6 7],'-o');

카테고리

Help CenterFile Exchange에서 Data Acquisition Toolbox Supported Hardware에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by