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 日

1 投票

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 件)

カテゴリ

製品

タグ

質問済み:

2018 年 4 月 5 日

コメント済み:

2018 年 4 月 5 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by