Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
By using the mentioned code i am getting this plot. Now i want x label tics at each month. How can i get it?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
t=datenum(2013,11,24):datenum(2015,06,19);
ax=plotyyy(t',sst,t',pco2,t',sss);
datetick('x','mmm-yy','keepticks')
set(ax(1),'XTick',[])

1 comentario
Walter Roberson
el 25 de Oct. de 2017
Which MATLAB version are you using? R2016b added nicer ways to do date plots.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!