nitya ...
Followers: 0 Following: 0
student of B.Tech
Professional Interests: antenna patterns
Statistik
7 Fragen
0 Antworten
RANG
150.068
of 295.527
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
0
RANG
of 20.242
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.057
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
value from graph
theta= 0:.1:360 theta=deg2rad(theta) w=B*d.*cos(theta) AF=1/N*(sin(N*(w./2))./sin(w./2)) plot((theta),AF) here i ...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
storing
for i=1:N-1 AF=AF+A(i)*2*cos((((2*(i-1))+1)/2)*w) end does N-1 values can be stored in the above code
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
loop
for n=1:length(theta_o) AF(n,:)=1/N*(sin(... end here please explain AF(n,:) means
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
how many values it display
AF=1/N*(sin(N*(w./2))./sin(w./2)); polar(theta,AF) h = plot(theta,AF) x=(get(h,'Xdata')); y=(get(h,'Ydata')); l=r...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
storing of values in matlab
x=get(h,'Xdata') y=get(h,'Ydata') plot(x,y) can we do any operation on x,y after plotting? how can we catch the valu...
mehr als 13 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
storing of values in matlab
lamda=1 N=6% alpha=60 alpha=deg2rad(alpha); d=0.5 Beta=(2*pi/lamda); theta= 0:0.012:2*pi; w=alpha+Beta*d.*cos(theta); AF...
mehr als 13 Jahre vor | 1 Antwort | 0
1
AntwortFrage
can we strore values in matlab
In matlab can we store a set of numbers in an array. that storing numbers are obtained from a formula in the code .
mehr als 13 Jahre vor | 2 Antworten | 0