Hussein Thary
Followers: 0 Following: 0
Statistics
RANK
267,424
of 295,448
REPUTATION
0
CONTRIBUTIONS
1 Question
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Not Enough Input Arguments
Sol this programm function I = Int(rho, z, t, fdphi) global D lam alpha0 L0 Ep tau gamma M2 f w; lam = 800e-9; ...
1 year ago | 0
double integral in MATLAB, limits as variable?
inte R=1.33e3;no=1;D=2.28e3;L=1330 ;Wo=1e-3 lamda=514.5e-9;k=2*pi/lamda;alfa=1; f=@(r, fai)exp(-alfa*L./2).*exp(-j*k*r*theata...
1 year ago | 0
Double integration
integral alfa=1;fai=2*pi;theata=2*pi;L=5;k=10;w=2e-2 f=@(r, fai)exp(-alfa*L./2).*exp(-j*k*r*theata*cos(fai)).*exp((-r^2./w^2)-...
1 year ago | 0
How can integrate and differentiate spherical Bessel functions in Matlab
int unction y = fun(r) k = 2.2; n = 3; % for example kr = k*r; y = ((-kr.*js(n+1,kr) + (n+1)*js(n,kr))).^2.*r.^2; funct...
1 year ago | 0
Question
Error using plot Vectors must be the same lengths. Error in SLorentz_GBmain_7_5_2016 (line 38) plot(L/1e3,M),'LineWidth',linwid;hold on;
Hi This is as attached my code I hope to solve this problem
8 years ago | 0 answers | 0