How is a text raised?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
matlab9000
am 5 Apr. 2018
Kommentiert: matlab9000
am 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?
0 Kommentare
Akzeptierte Antwort
Rik
am 5 Apr. 2018
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Get Started with MATLAB finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!