Feeds
질문
How to plot some plots with error bar in one figure?
x = 0:0.5:2*pi; err1 = x/30; err2 = x/30; y1 = sin (x); y2 = cos (x);
7년 초과 전 | 답변 수: 1 | 0
1
답변질문
How convert 3d matrix to 2d matrix?
I wont to covert 1x100x100 matrix to 100x100.
거의 8년 전 | 답변 수: 3 | 1

