x = linspace(0,25);
y = sin(x/2);
yyaxis left
plot(x,y);
r = x.^2/2;
yyaxis right;
plot(x,r);
'Coding > Python Matlab' 카테고리의 다른 글
Python - interpolate 1D & 2D (0) | 2022.11.10 |
---|---|
python subprocess, time delay, current working directory (0) | 2022.09.25 |
Matlab 과 Python 에서 multidimensional array 차이 (0) | 2022.08.27 |
for... else... (nested loop break out) (0) | 2022.07.26 |
PyPDF2 PDF split, merge (0) | 2022.03.28 |