How to use str2num in this problem? (problem is in description)
Afficher commentaires plus anciens
I have a Bit_str cell of size 1*2700. I am doing this:
vall = bit_str{1,1};
BS = str2double(vall);
Hie = fft(BS);
the output i am getting for Hie and BS is 'Inf'. where I am doing wrong. Please tell me.
5 commentaires
KSSV
le 16 Juin 2017
What is class and size of bit_str{1,1} ??
Roshni gupta
le 16 Juin 2017
Roshni gupta
le 16 Juin 2017
KSSV
le 16 Juin 2017
I think you are dealing with binary numbers.
Roshni gupta
le 16 Juin 2017
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Data Type Identification 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!