Find difference between two measurements
이전 댓글 표시
Hello, i'm new to matlab and i need the community help. I use arduino to draw a graph that sends data four times the day.I want to find the daily difference of one measurement every day at specific time with the same measurement the day before. Is that possible? Any help would be valuable.Thanks.
답변 (1개)
Star Strider
2021년 5월 15일
0 개 추천
Without knowing what the data are, one option would be to use interp1 to determine the same values at specific times.
I have no idea if that will work with the data you have, however it is the only option I can think of that could do what you want.
댓글 수: 2
aris markos
2021년 5월 15일
Image Analyst
2021년 5월 15일
Yes it is. Make it easy for him to help you by uploading your data.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for Arduino Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!