Electron microscopy
 
fprintf in Octave
- Practical Electron Microscopy and Database -
- An Online Book -
Microanalysis | EM Book                                                                                   http://www.globalsino.com/EM/        


=================================================================================

 

Functions that can write and read to and from files, such as fprintf, fgets, and fscanf, are supported in GNU Octave, as described in the Octave manual. That is, Octave supports C-style formatted output strings using printf (and its relatives sprintf and fprintf ).

printf is an acronym for printing formatted text. The general syntax is:
       printf(template, ...)
Here, the "template" is a text string and can also include text format specifiers and/or escape sequences. The ... indicates optional arguments.

 

 

 

 

 

 

 

 

=================================================================================