Feeds
답변 있음
Error using lsqcurvefit (line 248) Function value and YDATA sizes are not equal.
You could have inputs of function reversed. Function inputs should be (x0, x)
Error using lsqcurvefit (line 248) Function value and YDATA sizes are not equal.
You could have inputs of function reversed. Function inputs should be (x0, x)
9년 초과 전 | 0
질문
Can I smooth 1D data taken from pages of 3D array without using for loops?
I am looking to take a 3D array (~1000x1000x18) and take the vector along each page at each x,y point [e.g. (1,1,:); (1,2,:) etc...
거의 12년 전 | 답변 수: 1 | 0


