x = linspace(0,2,20)'; % generate some data
y = sin(x);
plot(x,y,'.-b')
xy = ginput(1)
~~~~~~~~~~~~~~
Python also uses ginput()
'Coding > Python Matlab' 카테고리의 다른 글
Anaconda Virtual Environment (0) | 2023.01.13 |
---|---|
Matlab - 좌우 서로 다른 Y축 스케일의 두 플롯 겹쳐서 그리기 (0) | 2022.12.20 |
Matlab - bmp_to_data() (0) | 2022.11.12 |
Python - interpolate 1D & 2D (0) | 2022.11.10 |
python subprocess, time delay, current working directory (0) | 2022.09.25 |