Correct syntax for textscan() function

2 次查看(过去 30 天)
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

采纳的回答

Friedrich
Friedrich 2012-2-13
Hi,
try %s as format string
out = textscan(fid,'%s')
(fid is the filepointer created by fopen)
  4 个评论
John
John 2012-2-13
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

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Export 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by