Hey,
As you can see at the attached picture. When I click on data its wrong. Y axes value should change, and it is not changing, always shows 6870000. I have already reported it, ¿any idea?.

댓글 수: 2

Aniket
Aniket 2023년 6월 30일
Can you share the code which generated this plot?
Pelayo Vázquez Rodríguez
Pelayo Vázquez Rodríguez 2023년 6월 30일
Yes, just plot(mod_foll) with the variable attached.

댓글을 달려면 로그인하십시오.

 채택된 답변

Cris LaPierre
Cris LaPierre 2023년 6월 30일

2 개 추천

This is due to the data tip format in R2019b. You can update this. See this post: https://www.mathworks.com/matlabcentral/answers/871328-increasing-datatip-display-precision-matlab-2019a
In R2019b, 'auto' displayed 4 significant figures (see here)
In the most recent version of MATLAB, 'auto' now uses %g (see here)

댓글 수: 3

Pelayo Vázquez Rodríguez
Pelayo Vázquez Rodríguez 2023년 6월 30일
Thank you so much brother. So it was a fixed bug.
Cris LaPierre
Cris LaPierre 2023년 6월 30일
Not technically a bug, since is was behaving as designed and documented (4 significant figures). However, no doubt feedback similar to yours motivated a change in how data was displayed.
Pelayo Vázquez Rodríguez
Pelayo Vázquez Rodríguez 2023년 6월 30일
Well yes It is a bug or better a concept fail if also it is so designed and documented. Because it creates a failure. The points showed at graph are automatically wrong described.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기

제품

릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by