DEEPAK KARARWAL
Followers: 0 Following: 0
Statistik
7 Fragen
0 Antworten
RANG
209.814
of 295.448
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
42.86%
ERHALTENE STIMMEN
0
RANG
of 20.227
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.872
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
I want to plot the attenuation coefficient of circular waveguide using zeros of Bessel function, can someone kindly suggest how to do it for multimodes not for single mode??
u=1.84 nu=linspace(0.1e12,1e12,100); lambda=3e8./nu; n=1 ko=(2*pi)./lambda; T=4e-3; zo=-i*n.*ko.*T; m=besselj(1,u)./b...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
How to plot different graph in one figure?
% Mullar Matrix analysis clc clear all % [x,y]=meshgrid(-1:0.1:1,-1:0.1:1) % y=1 % x=2 for x=-1:0.1:1 Y=c*Ey.*sind(t...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to assign 4*1 matrix element as directly as stokes polarization parameter?
I want to assign values of Z as S0, S1, S2, S3 ? How do I do it? Is there any command? Is there any code in MATLAB to plot the ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How I can give condition & plot the solution of this differential equation. . . . . . . Please Guide
This is the equation for which boundery condition are theta(z=0)=0 degree theta(z=h)=90 degree where h=6 z=0:h how to...
mehr als 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Please help how to plot theta vs z in this equation . . . .
e=8.85*10^-12 dele=11 E=1 k11=9 k33=10 k22=11 syms theta(z) z dtheta=diff(theta,z) d2theta=diff(theta,z,2) eqn=d2theta+...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to plot both graphs for the given condition, kindely help!
A=2; thetap=pi/2; d=6; z=0:0.1:6; if (0 < z <= d/2); y=2*atan(exp(z*sqrt(A)+thetap))-pi/2; else z > d/2 y=...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I want to plot v/vth as a function of y(where y varies from [0 d] and d=6)
I want this equation to plot as V/vth (vth=2.5 and V varies as [0 5]) as a function of y( y varies [0 6] where d=6) phim sho...
mehr als 2 Jahre vor | 1 Antwort | 0