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