problem with a text file

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

답변 (0개)

카테고리

도움말 센터File Exchange에서 Low-Level File I/O에 대해 자세히 알아보기

질문:

2012년 10월 30일

Community Treasure Hunt

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

Start Hunting!

Translated by