I can not see the correct x axos number
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
hi everyone
I have written
n_temp=linspace(14,18,1000); % x-axis [cm^-3]
n=10.^(n_temp);
but in my plot it doesnt show properly and in ax axis I have 0 2 4 6 8 10!!!
it will be so appreciated if you help me.
0 commentaires
Réponses (1)
Chunru
le 29 Déc 2021
n_temp=linspace(14,18,1000); % x-axis [cm^-3]
n=10.^(n_temp);
plot(n_temp, n)
0 commentaires
Voir également
Catégories
En savoir plus sur Annotations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
