Answered
Error : "Too many input arguments"
Hi, yes, your defined f as a function with only 1 inputargument f = @(x)mseFunction(x(1),x(2),y,yS); but then you wan...

7 years ago | 0

Answered
In an assignment A(I) = B, the number of elements in B and I must be the same.
i tried to run it, but i could not at that moment i asked myself what your x might be can u tell me? if it is a vecor why...

7 years ago | 0

Answered
Get multiple matrices automatically in workspace
try this for j=1:50 X = 200 * rand(1,20) - 100; Y = 200 * rand(1,20) - 100; for i=1:20 dist = sqrt((X(i)-X(:))...

7 years ago | 1

| accepted

Answered
setappdata of multiple variables loaded from *.mat
Hi jan, if you are working at a gui it would be better to save the appdata inside the figure, so that the variables are autom...

7 years ago | 2

Answered
how to create a diagonal matrix with the semibandwidth of 4
Hi Lin Hongbin not sure if your picture contains some errors, A(3,1) looks suspicious to me... look at this and tell me...

7 years ago | 0

| accepted

Answered
How to refer the figure name in matlab
Hi,JazzMusic did u try figure(h1) to set h1 the current figure before u use subplot? figure(h1) subplot(1,3,1) ...

7 years ago | 0