Search found 4797 matches

by matlab1
Fri Dec 16, 2016 9:31 pm
Forum: Basic
Topic: Index exceeds matrix dimensions.
Replies: 0
Views: 3911

Index exceeds matrix dimensions.

This
by matlab1
Fri Dec 16, 2016 9:28 pm
Forum: Basic
Topic: mpower Matrix must be square.
Replies: 1
Views: 4410

mpower Matrix must be square.

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

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

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

??? Undefined function or variable ' '.

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

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

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

Re: imshow can display 3D

imshow usually uses for 2D image.