photo

nitya ...


自 2011 起处于活动状态

Followers: 0   Following: 0

消息

student of B.Tech
Professional Interests: antenna patterns

统计学

MATLAB Answers

7 个提问
0 个回答

排名
101,803
of 300,853

声誉
0

贡献数
7 个提问
0 个回答

回答接受率
57.14%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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

15 years 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 2 个回答 | 0

2

个回答