hi all...im the beginner using matlab. can anyone explain to me the function of "eNodeBs(b_).sectors"?the dots mean what?
for s_=1:length(eNodeBs(b_).sectors) angle = wrapTo360(-eNodeBs(b_).sectors(s_).azimuth+90); vector = vector_length*[ cosd(angle) sind(angle) ]; destiny = vector + origin;
plot([origin(1) destiny(1)],[origin(2) destiny(2)]);
end

답변 (1개)

Azzi Abdelmalek
Azzi Abdelmalek 2013년 10월 2일

0 개 추천

Look at structure format
Example
a.name='victor'
a.age=50
a.weight=100

댓글 수: 3

noor shahida
noor shahida 2013년 10월 2일
thank you..i understand now..:)
Jan
Jan 2013년 10월 2일
It is not a "structure format", but the type is called "struct".
Azzi Abdelmalek
Azzi Abdelmalek 2013년 10월 2일
Ok, I mean a structure array

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Numeric Types에 대해 자세히 알아보기

태그

질문:

2013년 10월 2일

댓글:

2013년 10월 2일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by