How to use multiple formats

5 views (last 30 days)
dbh0031
dbh0031 on 17 Sep 2015
Commented: Star Strider on 17 Sep 2015
My teacher is asking me to use 8 different formats. I've tried everything I could think and even read the textbook. If anyone could show me how to use multiple formats to get more than one answer that would be great! Thanks

Answers (1)

Star Strider
Star Strider on 17 Sep 2015
Edited: Star Strider on 17 Sep 2015
If you need ideas, see the documentation in fprintf for formatSpec. That has all the available options. The creativity is your responsibility. (You might also need the str2num or num2str functions, depending on the requirements of your assignment.)
  2 Comments
dbh0031
dbh0031 on 17 Sep 2015
For some reason she's only letting us use format long or format shorteng for example. My professor won't let us use fprintf till the next assignment
Star Strider
Star Strider on 17 Sep 2015
I didn’t know you meant that definition of ‘format’. See the documentation on format for details, specifically the style documentation.

Sign in to comment.

Tags

Community Treasure Hunt

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

Start Hunting!