photo

Athira T Das


Last seen: 3日 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


How to code the equation below?
I have an equation to code To sigmaI, I is used, which is a 512*512 matrix. Also I need to calculate BER also. The equation ...

2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How code with for loop to get an array?
The code given below evaluates I which is 512*512 matrix. Using the for loop the I is evaluated for 757 values of z. Then I calc...

2ヶ月 前 | 1 件の回答 | 0

1

回答

質問


How to code this summation equation?
I need to calculate a parameter called SigmaI and BER, where the equation is Here I is a 512*512 matrix. But the value o...

3ヶ月 前 | 0 件の回答 | 0

0

回答

回答済み
How to execute double for loop?
I changed my code like fun = matlabFunction(IQ1,'Vars',[r,ph,phi]); result_3 = (1/(4.*pi.*pi)).*abs(integral3(@(r,ph,phi)fun(...

6ヶ月 前 | 0

質問


How to execute double for loop?
I have an equation . This particular equation is for an z value. But I have an array of z and I need to evaluate get C as an ...

6ヶ月 前 | 2 件の回答 | 0

2

回答

質問


How to plot 2D phase distribution of a beam?
I have the electric field equation of a beam, And I need to plot the 2D phase distribution of the beam like I am unaware a...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to change colormap based on z axis instead of y?
m=1; %for m0=m=1 a=[0.636083933250372 0.212144382452125 0.0546892460944343 0.0811463126813785 0.0632774202126715 0.05623621...

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to normalize surf plots?
syms x y x0 = -.5:0.001:.5; y0 = x0;w0=0.05; [X0,Y0] = meshgrid(x0,y0); omegax=2 omegay=omegax; f = @(x0,y0)sinh((omegax...

約1年 前 | 1 件の回答 | 1

1

回答

質問


How to surf plot and line plot together for the code?
I need to plot like But for my code it showing some error [x, y] = meshgrid(-.5:0.01:.5); m =1; sgm =1; wo = 0.01; l...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Why contourf and fcontour gives different images for the same matlab code?
I have code for fcountour as; syms x y m =1; sgm =1; wo = 0.01; lambda=532 *10^-9; k=2*pi/lambda; Omega = .2; z=...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to normalize plot?
How to normalize the plot to one? clc;clear all;close all; syms x y x0 = -.02:0.001:.02;lambda=532*10^-9; y0 = -.02:0.001:....

約1年 前 | 1 件の回答 | 0

1

回答

質問


Why this for loop showing this error?
clc;close all;clear all syms r ph phi lam=532 *10^-9; k=2*pi/lam; omega=30; w0=0.002; rho=1;p=1; z=100; R=0.06; m1=...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to do summation and integration?
clc;close all;clear all syms r ph phi z m=1 lam=532 *10^-9; k=2*pi/lam; omega=30; w0=0.002;rho=1;p=1;R=0.06; N=3 for...

約1年 前 | 1 件の回答 | 0

1

回答

質問


How to resolve the Plotting issue in my code?
I done the partial differentiation of W and W3 and then substitute with an array of values and tried to plot. clc;close all; c...

約1年 前 | 1 件の回答 | 0

1

回答

質問


Error in Double Integration problem
%anisotropic spatial power spectrum syms q theta qx=q*cos(theta);qy=q*sin(theta); q=sqrt(qx^2+qy^2); mu=2;gamma=90;C0=0....

約1年 前 | 2 件の回答 | 0

2

回答

質問


How to change the marking in colorbar?
How to change the colorbar marking uniformly? clc;close all;clear all; lambda=532 w0 = 1; % beam waist z = 0; ...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to plot in 2D this equation?
I have an equation and need to plot this like

1年以上 前 | 1 件の回答 | 0

1

回答

質問


Error in double integration
I need to evaluate a double integration but showing some error lam=532*10^-9; z=100; k=2*pi/lam; omega=30;s=5; r=linspace(0...

1年以上 前 | 2 件の回答 | 0

2

回答

質問


How to generate Bessel Gauss signal in optisytem using Matlab?
I need to generate input signal of Bessel beam to an electronic circuit designed in Optisytem software by including a Matlab com...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to get the integral expression?
I am trying to solve following expression in Matlab. And my script is clc;close all;clear all; syms s phis r phir A=1;m=1...

1年以上 前 | 0 件の回答 | 0

0

回答

質問


Integration limit is an array
syms x tau=35*10^-15; f=tau.*exp(-x.^(2)); t=linspace(-300*10^-15,300*10^-15,500); fun=matlabFunction(f,'Vars',x); z=inte...

1年以上 前 | 1 件の回答 | 0

1

回答

質問


How to draw contour plot of given function?
sgn=1 m=2 w0 =0.02

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot these types of graph in matlab?
How to seperate multiplot and to show graph in same window?

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to code following equation?
My code for the above equation is given below. But looks like it don't work well. Could anyone have a look at whether I imp...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Double integration of an array function
clc; clear all; close all; lambda=532*1e-9; w=0.35*1e-3; R=3500*1e-3; alpha=40; rho=789; cp=2440; beta=750*1e-6; mew=1...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


How to plot contour plot of a function?
I have a function I and need to plot this function as a contour plot, like Anyone please help, where x and y ranges from -0....

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Value of infinite integral is different
I am trying to evaluate integral of a function which is from 0 to infinity. And I evaluated the function in two ways, i.e. 0 to ...

2年弱 前 | 3 件の回答 | 0

3

回答

質問


What is wrong in script?
for m1 =0:M T2=0; for m2=0:M T3=0; for s1=0:m1/2 T4=0 for j1=0:m1-2*s1 ...

2年弱 前 | 1 件の回答 | 0

1

回答

質問


Why break loop is not working?
The value of e at certain points is infinity. But the break loop is not working. clc; clear all; close all; M=3 for m1=0:M ...

約2年 前 | 2 件の回答 | 0

2

回答

質問


How to plot these types of plot?

約2年 前 | 1 件の回答 | 0

1

回答

さらに読み込む