photo

nitya ...


Active since 2011

Followers: 0   Following: 0

Message

student of B.Tech
Professional Interests: antenna patterns

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
254,641
of 300,753

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
57.14%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

15 years ago | 1 answer | 0

1

answer

Question


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

15 years ago | 2 answers | 0

2

answers

Question


loop
for n=1:length(theta_o) AF(n,:)=1/N*(sin(... end here please explain AF(n,:) means

15 years ago | 2 answers | 0

2

answers

Question


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...

15 years ago | 1 answer | 0

1

answer

Question


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...

15 years ago | 2 answers | 0

2

answers

Question


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...

15 years ago | 1 answer | 0

1

answer

Question


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 .

15 years ago | 2 answers | 0

2

answers