Azzera filtri
Azzera filtri

Info

Questa domanda è chiusa. Riaprila per modificarla o per rispondere.

Counting Y axis lines

1 visualizzazione (ultimi 30 giorni)
Eliot Sperling
Eliot Sperling il 8 Feb 2018
Chiuso: MATLAB Answer Bot il 20 Ago 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.

Risposte (1)

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

Questa domanda è chiusa.

Community Treasure Hunt

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

Start Hunting!

Translated by