Problem with printing exponents with multiple digits

1 visualización (últimos 30 días)
Quazi Irfan
Quazi Irfan el 23 de Sept. de 2017
Comentada: Quazi Irfan el 23 de Sept. de 2017
Whenever I am trying to print an exponent with more than one digit, only the first digit is printed as an exponent, and the remaining digits are printed as a regular number.
Example Script:
x = [1 : 100];
y1 = x.^10;
plot(x', y1');
title("x vs x^10");
Output:
The red rectangle shows the problem.
How do I print x^10?
-

Respuesta aceptada

Stephen23
Stephen23 el 23 de Sept. de 2017
Editada: Stephen23 el 23 de Sept. de 2017

Más respuestas (0)

Categorías

Más información sobre Startup and Shutdown en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by