Yes, thank you. You are right. It was actually working as intended on my graph. I had a conflicting error. Thanks for the reply.
Stop Rounding of Y Axis Values in Plot
7 次查看(过去 30 天)
显示 更早的评论
I am plotting data that i need more than the default rounding to 4 decimal places. I have tried using the "format long" command. this does not work. if I display data (display(a)), it works fine (plenty of digits). but when I plot, it is always rounding the y axis to 4 values. Even if i format the y axis ytickformat('%.6f') , i still get it rounding to 4. Very frustrating. Any help is appreciated. thank you.
回答(1 个)
Mathieu NOE
2023-1-19
移动:Adam Danz
2023-1-20
seems to work fine :
figure,
plot(0.25*rand(10,1))
ytickformat('%.6f')
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
