meaning of f in fprintf function
46 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Spaceman
am 20 Mär. 2024
Kommentiert: Spaceman
am 21 Mär. 2024
So this is just a general question, as I familiarize myself with the fprintf and all other glorious functions...
When I use the /f or form feed as it's called, what's that actually doing? What does 'form feed' mean?
Also does anyone know why it's 'fprintf' and not just 'print'?
Thanks in advance!
0 Kommentare
Akzeptierte Antwort
Chunru
am 20 Mär. 2024
In old days, the command \f is used to make a printer to move to beginning of next pages.
fprintf or print or printf are used by different programming languages for the similar (but may be different) purpose. The begining "f" means file print. The ending "f" means the formatted print.
8 Kommentare
Stephen23
am 20 Mär. 2024
Bearbeitet: Stephen23
am 20 Mär. 2024
"I wonder why pi is a special case here"
PI is not a special case here.
PI is just a convenient binary floating point value that I used to demonstrate the effect of different formatting operators with. Forget about PI, you can pick any other binary floating point values with fractional part.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Whos finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!