How to plot like this graph?
이전 댓글 표시
I have data for these elements but I get mistake when I tried to plot. I want code for it
how can I write *10^3 on y-axis
thanks
댓글 수: 3
David Hill
2022년 7월 26일
Walter Roberson
2022년 7월 26일
To force thd 10^3 then
ax = gca;
ax.YAxis.Exponent = 3;
dpb
2022년 7월 26일
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Axes Appearance에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
