Azzera filtri
Azzera filtri

Read specific data value

2 visualizzazioni (ultimi 30 giorni)
joo tan
joo tan il 13 Set 2012
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 Commenti
Azzi Abdelmalek
Azzi Abdelmalek il 13 Set 2012
five and six last digit? can you explain?
joo tan
joo tan il 13 Set 2012
i meant, if we see 4 last digit is 12:00..i just need to number 12..

Accedi per commentare.

Risposte (1)

Walter Roberson
Walter Roberson il 13 Set 2012
YourString(end-4:end-3)

Categorie

Scopri di più su Workspace Variables and MAT-Files in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by