Read specific data value
Ältere Kommentare anzeigen
Dear all
i have a file with has 3 column. I have problem to read second column.The example of second is like below;
2006-03-08T12:00
I just need value 12 (five and six last digit)..How i can solve it?
2 Kommentare
Azzi Abdelmalek
am 13 Sep. 2012
five and six last digit? can you explain?
joo tan
am 13 Sep. 2012
Antworten (1)
Walter Roberson
am 13 Sep. 2012
YourString(end-4:end-3)
Kategorien
Mehr zu Cell Arrays 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!