フィルターのクリア

how to create two dimentional nodes of X and Y axis.

2 ビュー (過去 30 日間)
yogesh
yogesh 2014 年 2 月 3 日
回答済み: Image Analyst 2014 年 2 月 3 日
I want to define 20 nodes of 100x100 squre meter area. for every node 'X' and 'Y' co-ordinates are given. out of this 20 nodes 10 nodes are transmitter and other are receivers. i also want to define some values of properties like transmitted power, signal to noice ratio etc...

回答 (1 件)

Image Analyst
Image Analyst 2014 年 2 月 3 日
Look up meshgrid() in the help. I think it's what you're looking for. It will give you all the coordinates of a rectangular grid given some locations along X and some locations along Y.

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by