Aligning columns with fprintf
Mostra commenti meno recenti
All of my data is correct, however I cannot figure out how to format the top numbers correctly. The only problem I am having is I do not know how to align the numbers correctly without adding a decimal value. I would like to know how to align the whole numbers, like 1.0 and 2.0, without the 0 in the decimal place. I know %2.1f adds a number behind the decimal automatically, but could someone show me how I could align them without a deciamal behind whole numbers? Below is my code and a picture of my output. Keep in mind this is in a for loop.
fprintf('%2.1f ',incWater(numCol+1))

This is what my code is supposed to look like:

Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Logical in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!