Problem with printing exponents with multiple digits
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Quazi Irfan
il 23 Set 2017
Commentato: Quazi Irfan
il 23 Set 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?
-
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Startup and Shutdown in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!