what %f\n means in fscanf(...,%f\n) ?

10 views (last 30 days)
arad rad
arad rad on 29 Jun 2018
Commented: arad rad on 29 Jun 2018
thank you

Accepted Answer

Guillaume
Guillaume on 29 Jun 2018
As explained in the documentation of fscanf, it scans for a floating point number.
I suggest you also read Reading data in a formatted pattern.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!