what dots mean in matlab?
3 views (last 30 days)
Show older comments
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
0 Comments
Answers (1)
Azzi Abdelmalek
on 2 Oct 2013
Look at structure format
Example
a.name='victor'
a.age=50
a.weight=100
3 Comments
See Also
Categories
Find more on Get Started with MATLAB in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!