Ältere Kommentare anzeigen
Hi,
I am reading string data of this format from a text file:
(20:200,40:300)
This is the area of an image which I wish to select. How do I convert this string to number range. Thanks.
Charles-
Akzeptierte Antwort
Weitere Antworten (1)
osman
am 7 Dez. 2011
0 Stimmen
use str2num
2 Kommentare
Sean de Wolski
am 7 Dez. 2011
That won't work. He'd going to need to parse the string based on '(,:' first
Charles
am 7 Dez. 2011
Kategorien
Mehr zu Characters and Strings finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!