Counting Y axis lines

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.

답변 (1개)

Matt
Matt 2018년 2월 8일

0 개 추천

plot(x,y)
ax = gca;
n = numel(ax.YTick);

이 질문은 마감되었습니다.

질문:

2018년 2월 8일

마감:

2021년 8월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by