From: Tato Jandieri on
Dear Friends,
Please help me to plot 3D radiaiton pattern in Matlab. It is very very urgent, I should finish it this week. I have dat. file, whose style is as follows (as an example):

THETA PHI Directivity
0 0 some value
0 pi/4 some value
0 pi/2 some value
--- ---- ----
pi/4 0 some value
pi/4 pi/4 some value
pi/4 pi/2 some value
--- ---- ----

So, I have big dat. file, where all points are determined. Please, tell my, based on this data, how can I plot 3D pattern in Matlab?
Thank you very much.

Tato
From: Sean on
"Tato Jandieri" <vjandieri(a)yahoo.com> wrote in message <i269r9$o49$1(a)fred.mathworks.com>...
> Dear Friends,
> Please help me to plot 3D radiaiton pattern in Matlab. It is very very urgent, I should finish it this week. I have dat. file, whose style is as follows (as an example):
>
> THETA PHI Directivity
> 0 0 some value
> 0 pi/4 some value
> 0 pi/2 some value
> --- ---- ----
> pi/4 0 some value
> pi/4 pi/4 some value
> pi/4 pi/2 some value
> --- ---- ----
>
> So, I have big dat. file, where all points are determined. Please, tell my, based on this data, how can I plot 3D pattern in Matlab?
> Thank you very much.
>
> Tato

That doesn't tell us a whole lot. How do you want it plotted? Scatter Plot?
>>help scatter3

Or do you want us to email you working m-code?
Also, I don't think this is particularly urgent for anyone on here.