Feeds
질문
Index in position 1 is invalid. Array indices must be positive integers or logical values.
function Out = RotationAlpha (In,deg) [m,n]=size(In); M=round(abs(n*sind(deg))+abs(m*cosd(deg))); N=round(abs(m*sind(deg))+ab...
거의 2년 전 | 답변 수: 1 | 0