Info
この質問は閉じられています。 編集または回答するには再度開いてください。
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 回表示 (過去 30 日間)
古いコメントを表示
for example:
st = '23487';
r = 1;
(also '00023487' is acceptable or any number of leading zeros).
but
st = '-4e';
r = 0;
1 件のコメント
Daniel Shub
2012 年 11 月 23 日
I am closing this question. Please edit it to include what you have tried so far.
回答 (2 件)
この質問は閉じられています。
参考
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!