photo

Kagan Eröz


Last seen: más de 3 años hace Con actividad desde 2019

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
Add title and axis to subplot
A = @(x) sin(x); s(1) = subplot(3,1,1) fplot(A,[1 50],'g') B = @(x) cos(x); s(2) = subplot(3,1,2) fplot(B,[1 50],'m') C = ...

más de 4 años hace | 0

Respondida
how to have labeled and unlabeled ticks on the x axis
try this one Ticks = 0:500:2500; set(gca, 'XTickMode', 'manual', 'XTick', Ticks)

casi 5 años hace | 0