abs function not working in matlab while reading table and cell array
12 次查看(过去 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.
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!