bug? cant change the format of an array variable column
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
James Upton
il 20 Lug 2019
Commentato: Star Strider
il 20 Lug 2019
I have imported data from xls into a double array variable called price,I have gone onto the variable window to change the format of the column to short fixed decimal however the format of the column does not change, some values are still scientific looking. I have tried the code format short but this only fixes the command window results, my issue is when I plot the price on a chart it shows the scienfific scale and not the actual numbers, I have tried ytickformat('%.2f') but this does not work for me. What am I doing wrong?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/230600/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/230601/image.png)
0 Commenti
Risposta accettata
Star Strider
il 20 Lug 2019
set(gca, 'Exponent',2)
may work.
Experiment to get the result you want.
2 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Descriptive Statistics and Visualization in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!