简体   繁体   中英

Procedure to know how many points are there in the matlab plot

I am wondering if there is any way in matlab which let me to know number of points in the plot ?! In other words, if I have plot(x,y,'*'); and I want to know how many points * is there in this plot.

Thank you ..

该数目等于y中的元素数目。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM