How is a text raised?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
matlab9000
el 5 de Abr. de 2018
Comentada: matlab9000
el 5 de Abr. de 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 comentarios
Respuesta aceptada
Rik
el 5 de Abr. de 2018
Because you need to use the correct LaTeX syntax:
title('Piano del bit 1 * 2^{(n-1)}')
Más respuestas (0)
Ver también
Categorías
Más información sobre Get Started with MATLAB en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!