photo

Swathi S


Last seen: circa 3 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Thankful Level 3

Visualizza badge

Feeds

Visto da

Domanda


How to plot XScale in log in boxplot? I used set(gca,'XScale','log') but the scale width are unequal. Kindly help.
I want the xscale to appear as below from 10^-1 to 10^1 with equal spacing but unable to achieve it with the following code. ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Kindly guide on how to connect the median points of boxplot with line and how to obtain respective colors of boxplot in the legend. Please help. Added the pot for reference.
CODE: A1 = [36 38 39]'; B1 = [1 5 10]'; C1 = [-17 -11 -2]'; group = [ ones(size(A1)); 2 * ones(size(B1)); ...

circa 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Error using + Matrix dimensions must agree. I want to find the value of Mt. Kindly help me clear the error.
CODE: a=0.1 s=0.01 N=5 wd=0.002906 d=5 for a1=a-((N-1)*(wd+s)):(wd+s):a for b1=a-((N-1)*(wd+s)):(wd+s):a r1=@(x...

oltre 3 anni fa | 2 risposte | 0

2

risposte

Domanda


Bessel function based equation returns NaN as output. Kindly check where I went wrong.
I have attached the equation in image format and given the code below. Kindly help me find in which function i did mistake- bess...

circa 4 anni fa | 0 risposte | 0

0

risposte

Domanda


I am getting this error "Index in position 1 is invalid. Array indices must be positive integers or logical values." Kindly help me clear this.
CODE: Mt=0 m=0 for d=0.1:0.1:10.1 m=m+1 for i=a-2*(N-1)*wd-2*(N-1)*s:2*(wd+s):a-2*(N-N)*wd-2*(N-N)*s for j=a-2*(...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Integrand output size does not match the input size. Kindly help me clear the error.
CODE: %all variables are declared for ai=a-2*(N-1)*wd-2*(N-1)*s:2*(wd+s):a-2*(N-N)*wd-2*(N-N)*s for aj=a-2*(N-1)*wd-2*(N-1)*s...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


XMIN must be a floating point scalar. Kindly help me in clearing the error.
CODE: %all variables are declared Mt1=0 for ai=a-2*(N-1)*wd-2*(N-1)*s:2*(wd+s):a-2*(N-N)*wd-2*(N-N)*s for aj=a-2*(N-1)*wd-2*...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


XMAX must be a floating point scalar in double integral. Kindly help.
CODE: x=0 y=0 u0=4*pi*(10^-7); f=5*10^6; w=2*pi*f; u=4*pi*(10^-7); U=2; a=0.5 N=5 for d=0.1:0.1:1 s=0.001 N...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Z must be a matrix, not a scalar or vector error while using surf function.
'Mtotal' should be calculated for 'a' and 'wd' each with 5values. Means 'Mtotal' should be a 5X5 matrix. But the loops comes to ...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Undefined operator '*' for input arguments of type 'function_handle' error in Integral2. Kindly help me clear this error.
CODE: for d=0.1:0.1:1 A=0 r1=@(ai,aj) sqrt((x+ai).^2+(y+aj).^2+z.^2) r2=@(ai,aj) sqrt((ai-x).^2+(y+aj).^2+z...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Error "Integrand output size does not match the input size." in implementing double integration. Kindly guide me in eliminating the error.
CODE: a=0.15 d=sqrt(a.^2+a.^2) M=@(a1,a2)(((((-(sqrt(a1.^2+a2.^2+d)).*a1)-((sqrt(a1.^2+a2.^2+d)).*a2)-(a1.^2)-(a2.^2)).*((sqr...

quasi 5 anni fa | 1 risposta | 0

1

risposta

Domanda


ERROR: Undefined function 'sum' for input arguments of type 'cell'. Kindly help me resolve the error.
ERROR: Undefined function 'sum' for input arguments of type 'cell'. Error in PSCCandPSSCoptiWdVss (line 45) p=sum(arrayfun(@(...

circa 5 anni fa | 2 risposte | 0

2

risposte

Domanda


Error executing triple intergration equation. I am getting 'Not a Number (NaN)' as output for the triple integration equation attached below (Image file). I have mentioned the code used also. Kindly help me in knowing where I am wrong.
CODE: syms x syms y syms phi N=10; u=4*pi*(10^-7) a=0.045; b=0.05; fun=@(x,y,phi) (cos(phi).*(x.*y))./(sqrt((x.^2)+(y.^2...

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


How to write code for double integration over closed surface D? I have attached the equation. Kindly help.
Please state the matlab function or code for this equation.

oltre 5 anni fa | 0 risposte | 0

0

risposte

Domanda


There is a error in my code. I have attached the equaion and my code. Kindly correct the part where i went wrong.
CODE: r1=sqrt((x+a1).^2+(y+a2).^2+(z.^2)) %a1,a2,x,y and z are defined r2=sqrt((a1-x).^2+(y+a2).^2+(z.^2)) r3=sqrt((a1-x...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


Kindly check if my code for the attached equation is correct as the result obtained is incorrect. If I find that the code is correct, I'll recheck the values I defined.
The equation is attached below. CODE: syms x fun=(besselj(x,sqrt(a/b)).*besselj(x,sqrt(b/a)).*besselj(x,(gamma/sqrt(a*b)))...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Domanda


I am getting error in integrating a function from 0 to infinity wrt x. Kindly help.
CODE: fun=@(x) (p*q*r*exp(-x*d/sqrt(a*b))); rx=integral(fun,0,Inf) Msq=pi*u*sqrt(a*b)*rx % where variables p, q, r, d, a and...

oltre 5 anni fa | 2 risposte | 0

2

risposte