Beantwortet
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...

mehr als 7 Jahre vor | 0

Beantwortet
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...

mehr als 7 Jahre vor | 0

Beantwortet
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(:))...

mehr als 7 Jahre vor | 1

| akzeptiert

Beantwortet
How to label an "Edit Text" Box. I have created a edit text box to enter the resistance value for an op-amp but however i am unable to provide the unit of resistance as its label.I have given a sample of what I want in a screenshot attached to this q
Hi Mohammad, if you create an edit box and want additionally that the Name of the Variable you enter in there to be shown in ...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
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...

mehr als 7 Jahre vor | 2

Beantwortet
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...

mehr als 7 Jahre vor | 0

| akzeptiert

Beantwortet
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) ...

mehr als 7 Jahre vor | 0