Feeds
답변 있음
How to make exponents superscripted on plots instead of with e notation?
ANSWER: exponent = floor(log10(n0)); title(sprintf('n_{0} = %.2f x 10^{%d}',n0/10^exponent,exponent))
How to make exponents superscripted on plots instead of with e notation?
ANSWER: exponent = floor(log10(n0)); title(sprintf('n_{0} = %.2f x 10^{%d}',n0/10^exponent,exponent))
10년 초과 전 | 0
| 수락됨
질문
How to make exponents superscripted on plots instead of with e notation?
I am displaying a variable in the title of a plot but I would like it to show with the exponent part superscripted instead of in...
10년 초과 전 | 답변 수: 2 | 0