Community Profile

photo

Henry


The Chinese University of Hong Kong

Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Solved


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:...

9 years ago

Question


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

10 years ago | 2 answers | 0

2

answers