Problem with printing exponents with multiple digits

1 vue (au cours des 30 derniers jours)
Quazi Irfan
Quazi Irfan le 23 Sep 2017
Commenté : Quazi Irfan le 23 Sep 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?
-

Réponse acceptée

Stephen23
Stephen23 le 23 Sep 2017
Modifié(e) : Stephen23 le 23 Sep 2017

Plus de réponses (0)

Catégories

En savoir plus sur Startup and Shutdown 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