problem with a text file

24 visualizaciones (últimos 30 días)
Rica
Rica el 30 de Oct. de 2012
I have this text file. and i want to read itmy code is:
% fileID = fopen('test.txt');
labo = textscan(fileID, '%s %s %f '); fclose(fileID);
normaly i should get:
Date time [%]
but something is going wrong with my progrom . inee your help

Respuestas (0)

Categorías

Más información sobre Low-Level File I/O en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by