![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/24686495_1636618916675_DEF.jpg)
Athira T Das
Followers: 0 Following: 0
Statistiques
RANG
207 578
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
42 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
47.62%
VOTES REÇUS
1
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
How to covert binary data to original data format?
I wrote a code that can convert an image or any data format to binary. Now I need to convert back the binary data to the picture...
27 jours il y a | 1 réponse | 0
1
réponseQuestion
How to plot combined surf and 2d plot
I need to plot the intensity of a beam at z=1m as shown in figure. I wrote code to find the intensity at z=1m. But failed to ...
environ 2 mois il y a | 1 réponse | 0
1
réponseQuestion
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 ...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
9 mois il y a | 1 réponse | 0
1
réponseQuestion
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...
10 mois il y a | 1 réponse | 0
0
réponseHow 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(...
environ un an il y a | 0
Question
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 ...
environ un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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...
plus d'un an il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus d'un an il y a | 1 réponse | 1
1
réponseQuestion
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...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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=...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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:....
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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=...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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....
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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; ...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot in 2D this equation?
I have an equation and need to plot this like
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to draw contour plot of given function?
sgn=1 m=2 w0 =0.02
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
How to plot these types of graph in matlab?
How to seperate multiplot and to show graph in same window?
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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....
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 3 réponses | 0
3
réponsesQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0