y axis not plotting log using the log-log function
Mostrar comentarios más antiguos
Hi,
I am having an issue using the loglog(x,y) function. My x data are time in seconds, and my y data are specific conductivity, in uS/cm.
My figure is attached and code follows:
figure; loglog(time_EC4s,EC_4_corr,'c')
title('Location 4 log-log SpCond')
xlabel('time (s)'); ylabel('log Specific Conductivity (uS/cm)')
grid on
I am thinking that the issue is that my data are from 240-310 uS/cm, but I didn't think that that would affect log plotting at all.
thank you!
3 comentarios
Walter Roberson
el 10 de Oct. de 2016
Experiment with
set(gca, 'YScale', 'log')
helen malenda
el 11 de Oct. de 2016
Walter Roberson
el 11 de Oct. de 2016
Could you attach a .mat or .xlsx file with the data?
Respuestas (1)
helen malenda
el 10 de Oct. de 2016
0 votos
Categorías
Más información sobre Log Plots en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
