Question


For standard eigenproblem EIG(A), A must be square
for the following code I get an error "For standard eigenproblem EIG(A), A must be square", what can be the reason? Shh = imr...

10 years ago | 3 answers | 0

3

answers

Question


how to superimpose three matrix
A = [ nan 2 1; nan nan 4; 8 nan 7] B = [9 nan nan;nan 4 nan;nan nan nan] C = [nan nan nan;3 nan nan; nan 5 nan] result =[ 9 2...

10 years ago | 2 answers | 0

2

answers

Question


I dont get any value from SigmaNorm_crop(i,j), can anyone help me?
inc=[2 2.5 5 7.5 6.2 3.5 8 12; 14 10 11.5 13 10 9 3 8; 6.7 8 7 5 4 3 7 12.7; 12 13.5 14 9.5 13 7.5 6.5 5.5] lc= [10 11 2 1 3 ...

10 years ago | 1 answer | 0

1

answer

Question


maximum variable size allowed by the program is exceeded
I get error in finding ME. it should return a single mean value from radar matrix which meets the condition. inc_file ='inc.t...

10 years ago | 1 answer | 0

1

answer

Question


operands to the and && operators must be convertible to logical scalar
why do I get this error? I used single & also,but got the same error. for ind_x = 1:1000 for ind_y =1:800 [in...

10 years ago | 2 answers | 0

2

answers