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...
1 year 前 | 1 个回答 | 0