How is a text raised?

2 次查看(过去 30 天)
matlab9000
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)}')

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Get Started with MATLAB 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by