what dots mean in matlab?

3 ビュー (過去 30 日間)
noor shahida
noor shahida 2013 年 10 月 2 日
コメント済み: Azzi Abdelmalek 2013 年 10 月 2 日
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 日
Look at structure format
Example
a.name='victor'
a.age=50
a.weight=100
  3 件のコメント
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

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGet Started with MATLAB についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by