Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

Counting Y axis lines

1 Ansicht (letzte 30 Tage)
Eliot Sperling
Eliot Sperling am 8 Feb. 2018
Geschlossen: MATLAB Answer Bot am 20 Aug. 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.

Antworten (1)

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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by