Azzera filtri
Azzera filtri

I can not see the correct x axos number

1 visualizzazione (ultimi 30 giorni)
elham talvari
elham talvari il 29 Dic 2021
Risposto: Chunru il 29 Dic 2021
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.

Risposte (1)

Chunru
Chunru il 29 Dic 2021
n_temp=linspace(14,18,1000); % x-axis [cm^-3]
n=10.^(n_temp);
plot(n_temp, n)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Tag

Prodotti


Release

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by