How to read and print a line from a file using matlab

Respuestas (1)

TAB
TAB el 30 de En. de 2012
To print a line in a text file, see
>> doc fprintf
To read a line from a text file, see
>> doc fscanf
>> doc textscan
Also see
>> doc fopen
>> doc fclose

Etiquetas

Preguntada:

el 30 de En. de 2012

Community Treasure Hunt

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

Start Hunting!

Translated by