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

Réponses (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

Catégories

En savoir plus sur File Operations dans Centre d'aide et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by