Determine whether or not an array of six is changing from live data collection
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello All:
I am currently trying to write code that would determine whether or not live data, in the form of an array of six, is changing its values. The data is being collected by sensors so thus far I have attempted to create a function...but can't get this part down. So my question is how would Determine whether or not an array of six is changing from live data collection? if you need more data to be able to answer the question please let me know. Thank you ALL!
댓글 수: 0
채택된 답변
Walter Roberson
2012년 3월 16일
if isequal(olddata, newdata) then either the data has not changed or else it changed to exactly the same value it was before.
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Matrices and Arrays에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!