필터 지우기
필터 지우기

How can we separate incoming real time data in MATLAB?

조회 수: 1 (최근 30일)
mohan khedkar
mohan khedkar 2019년 11월 14일
답변: Dinesh Yadav 2019년 12월 26일
Hi, I am getting serially real time data in MATLAB. Here is the data:
3597 2854 3598 2852 3568 2854 3597 2585.....
I need to plot data 3597 3598 3568 3597..... and plot data 2854 2852 2854 2585...... seperately.How can i do this? Thanks.

답변 (1개)

Dinesh Yadav
Dinesh Yadav 2019년 12월 26일
Hi Mohan,
I am not sure what exactly you are trying to do here, but if you just want to plot data belonging to two thousand and three thousand series differently, just put them in two different arrays. Filter by condition less than three thousand in one array and greater than three thousand in other array. Plot the two arrays separately.

카테고리

Help CenterFile Exchange에서 Numeric Types에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by