abs function not working in matlab while reading table and cell array
Afficher commentaires plus anciens
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 commentaires
Stephen23
le 20 Fév 2023
If your data are purely numeric then use READMATRIX.
Otherwise use curly-braces to access the content of a table (not parentheses):
Krishnapriya
le 20 Fév 2023
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Import and Analysis dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!