Info
Questa domanda è chiusa. Riaprila per modificarla o per rispondere.
how can i convert a string to a number (without using the str2num function) so if the string represents a number the value is 1? (otherwise the value is 0)...
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
for example:
st = '23487';
r = 1;
(also '00023487' is acceptable or any number of leading zeros).
but
st = '-4e';
r = 0;
1 Commento
Daniel Shub
il 23 Nov 2012
I am closing this question. Please edit it to include what you have tried so far.
Risposte (2)
Questa domanda è chiusa.
Vedere anche
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!