photo

Adam Albayati


自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How to get the exact position of a plotted point?
function getPlotPointCoord() clc; figure(1); x = -2*pi:0.05:+2*pi; subplot(1,2,1); hold on; plot(x, sin(x)); % plot point...

5 years 前 | 0