How is a text raised?
1 回表示 (過去 30 日間)
古いコメントを表示
I have this code:
subplot(4,2,1), imshow(c1, []), title('Piano del bit 1 * 2^[(n-1)]');
Why does not I put the (n-1) all high above number 2?
0 件のコメント
採用された回答
Rik
2018 年 4 月 5 日
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')