How to get value from cell
Show older comments
I have a cell like this:
...
'ITEM:'
'0'
'ITEM:'
'75'
'ITEM:'
'-0.0001174'
'2.1593e-005'
'-10'
'ITEM:'
'167'
'216'
'215'
'268'
'269'
...
I want to get value from '167' to '269' in number (NOT in string) Which command can be used? Give the code is helpful.
Accepted Answer
More Answers (1)
Walter Roberson
on 19 Oct 2015
0 votes
str2double()
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!