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!