Plot Y axis with 1x unit

6 visualizzazioni (ultimi 30 giorni)
neda fathi
neda fathi il 19 Set 2022
Commentato: neda fathi il 19 Set 2022
I have a data include 2 columns in excel. I want to plot the first column against the second column with plot command:
plot(data(:,1), data(:,2));
But the plot devides the Y axis in every 2 units (2x), while I need to show 1x in Y axis. How can I specify the unit for Y axis ?

Risposta accettata

Walter Roberson
Walter Roberson il 19 Set 2022
yticks(floor(min(y)):ceil(max(y)))

Più risposte (0)

Categorie

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

Tag

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by