Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Counting Y axis lines

3 visualizaciones (últimos 30 días)
Eliot Sperling
Eliot Sperling el 8 de Feb. de 2018
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
Hey,
I need the computer to count the lines on the Y axis. I have an excel file that has three variables. does anyone have any algorithm to do this. I have Matlab 2015.

Respuestas (1)

Matt
Matt el 8 de Feb. de 2018
plot(x,y)
ax = gca;
n = numel(ax.YTick);

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by