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

Answers (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

Categories

Tags

Asked:

on 30 Jan 2012

Community Treasure Hunt

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

Start Hunting!