Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
11년 초과 전
질문
find something strange when using rot90. the matrix are not equal nor equal. In this case 33 appears in the answer.
A=randi(2,3,3); B=rot90(A); if A==B 11 elseif A~=B 22 else 33 end
거의 12년 전 | 답변 수: 2 | 0

