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?

 Respuesta aceptada

Rik
Rik el 5 de Abr. de 2018

1 voto

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

Más respuestas (0)

Categorías

Más información sobre Convert Image Type en Centro de ayuda y File Exchange.

Productos

Etiquetas

Preguntada:

el 5 de Abr. de 2018

Comentada:

el 5 de Abr. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by