Community Profile

photo

Gergely Takáts


Active since 2019

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


Not equal operator not working on matrix size
I have the following code: A = [1,2,3]; B = [4,5,6,7]; if size(A) ~= size(B) disp("not equal 1") else disp("equa...

5 years ago | 1 answer | 0

1

answer