Effacer les filtres
Effacer les filtres

How is a text raised?

3 vues (au cours des 30 derniers jours)
matlab9000
matlab9000 le 5 Avr 2018
Commenté : matlab9000 le 5 Avr 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?

Réponse acceptée

Rik
Rik le 5 Avr 2018
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')
  1 commentaire
matlab9000
matlab9000 le 5 Avr 2018
Thanks!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by