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

Risposte (1)

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

Categorie

Tag

Richiesto:

il 30 Gen 2012

Community Treasure Hunt

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

Start Hunting!

Translated by