Search found 4797 matches

by matlab1
Fri Dec 16, 2016 9:28 pm
Forum: Basic
Topic: mtimes Inner matrix dimensions must agree.
Replies: 1
Views: 4186

mtimes Inner matrix dimensions must agree.

this
by matlab1
Fri Dec 16, 2016 9:27 pm
Forum: Basic
Topic: minus Matrix dimensions must agree
Replies: 0
Views: 4168

minus Matrix dimensions must agree

this
by matlab1
Fri Dec 16, 2016 9:02 pm
Forum: Basic
Topic: ??? Undefined function or variable ' '.
Replies: 1
Views: 4254

??? Undefined function or variable ' '.

this error
by matlab1
Thu Dec 15, 2016 3:24 pm
Forum: ANFIS
Topic: error in evalfis
Replies: 0
Views: 10922

error in evalfis

error in evalfis
by matlab1
Thu Dec 15, 2016 1:09 pm
Forum: Basic
Topic: Matrix dimensions must agree.
Replies: 0
Views: 3899

Matrix dimensions must agree.

One of the common error in MATLAB is : Matrix dimensions must agree. This error happen in many situation : When you wan to put the output of an array in a another array. for example : A = zeros (3,1) B =[5,6] if you write : A=B MATLAB will appear this error for you. As you see length of A is 3, But...
by matlab1
Thu Dec 15, 2016 12:58 pm
Forum: imshow
Topic: imshow can display 3D
Replies: 1
Views: 35822

Re: imshow can display 3D

imshow usually uses for 2D image.