Converting a String to Double without str2double
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Sanjin Spahic
il 10 Dic 2020
Modificato: Sanjin Spahic
il 10 Dic 2020
So I have to write a Programm that converts a binary code into a dezimal number.
The problem is that we insert the binary code in form of a string and I'm not supposed to use the str2double command to convert the string.
0 Commenti
Risposta accettata
Geoff Hayes
il 10 Dic 2020
Sanjin - why do you need to convert it using str2double?
check=z(k);
In the above check is a character so you could compare it to '0' or '1'. If neither of these characters, then it is invalid.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Characters and Strings in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!