Feeds
질문
Trouble with rotating an image and saving it with different rotation angles.
Hi, I am trying to rotate an image and save a set of the rotated images with different rotation angles but having this error: "...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Hi, How can I resolve this error message, please "Array indices must be positive integers or logical values" Below are my lines of code:
perfs = zeros(1, numNN); y2Total = 0; for i = 1:numNN neti = nets{i}; y2 = neti(x2); perfs(i) = mse(neti, t2, y2); y2Total...
7년 초과 전 | 답변 수: 2 | 0
