Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Counting Y axis lines

1 回表示 (過去 30 日間)
Eliot Sperling
Eliot Sperling 2018 年 2 月 8 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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 日
plot(x,y)
ax = gca;
n = numel(ax.YTick);

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by