abs function not working in matlab while reading table and cell array
조회 수: 9 (최근 30일)
이전 댓글 표시
I have been trying to plot ecg data and to normalise it i need to find the absolute data .
But I am getting errors.
Kindly help me.
I tried coverting it to mat file and do it too.
still not working .
It is a signal of length 2222.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1300805/image.jpeg)
댓글 수: 2
Stephen23
2023년 2월 20일
If your data are purely numeric then use READMATRIX.
Otherwise use curly-braces to access the content of a table (not parentheses):
채택된 답변
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Operators and Elementary Operations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!