Correct syntax for textscan() function

4 visualizzazioni (ultimi 30 giorni)
John
John il 13 Feb 2012
Modificato: Laura Pop il 9 Ott 2013
Hello there,
Would anybody know the correct syntax to import a column of time values from a text file using the textscan() function. The format of the time values is like this:
12:57:00
15:19:00
08:07:00
10:36:00
Many thanks

Risposta accettata

Friedrich
Friedrich il 13 Feb 2012
Hi,
try %s as format string
out = textscan(fid,'%s')
(fid is the filepointer created by fopen)
  4 Commenti
John
John il 13 Feb 2012
Thanks very much
John
John il 13 Feb 2012
Hello,
One more question, if you don't mind?
How would I convert the array of values to a vector to I could import the data into the dfitool.
Thanks again

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su Text Data Preparation in Help Center e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by