Cant understand how the values are stored
Afficher commentaires plus anciens
A = load('r08_edfm.mat');
B = load('r08_edfm.mat');
d = A.val(1,:);
d_T = d';
input_channel = 3;
noisy_sig = B.val(input_channel,:);
noisy_sig_T = noisy_sig'
at workspace im getting these values

6 commentaires
Rehman Tanim
le 27 Nov 2020
Rehman Tanim
le 27 Nov 2020
Modifié(e) : Rehman Tanim
le 27 Nov 2020
KSSV
le 27 Nov 2020
You have the data already in your mat files, and the code is laoding the data and trasposing the first column.
Rehman Tanim
le 27 Nov 2020
KSSV
le 27 Nov 2020
What you are looking into are completely two different data sets. There is no conversion of numbers taking place.
Rehman Tanim
le 27 Nov 2020
Modifié(e) : Image Analyst
le 27 Nov 2020
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Type Conversion 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!
