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 years 前 | 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 years 前 | 2 个回答 | 0