problem with a text file

22 vues (au cours des 30 derniers jours)
Rica
Rica le 30 Oct 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

Réponses (0)

Catégories

En savoir plus sur Low-Level File I/O dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by