Read specific data value

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 件のコメント

Azzi Abdelmalek
Azzi Abdelmalek 2012 年 9 月 13 日
five and six last digit? can you explain?
joo tan
joo tan 2012 年 9 月 13 日
i meant, if we see 4 last digit is 12:00..i just need to number 12..

サインインしてコメントする。

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 9 月 13 日

1 投票

YourString(end-4:end-3)

カテゴリ

ヘルプ センター および File ExchangeCell Arrays についてさらに検索

質問済み:

2012 年 9 月 13 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by