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)}')
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Get Started with MATLAB についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!