How is a text raised?

1 回表示 (過去 30 日間)
matlab9000
matlab9000 2018 年 4 月 5 日
コメント済み: matlab9000 2018 年 4 月 5 日
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?

採用された回答

Rik
Rik 2018 年 4 月 5 日
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')
  1 件のコメント
matlab9000
matlab9000 2018 年 4 月 5 日
Thanks!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

タグ

製品


Translated by