How is a text raised?

1 visualizzazione (ultimi 30 giorni)
matlab9000
matlab9000 il 5 Apr 2018
Commentato: matlab9000 il 5 Apr 2018
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?

Risposta accettata

Rik
Rik il 5 Apr 2018
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')

Più risposte (0)

Categorie

Scopri di più su Get Started with MATLAB in Help Center e File Exchange

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by