LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Matlab Contour Plots to HiQ

I have created graphs using various functions within Matlab, which I need to
translate to HiQ for other system requirements. My problem is that one of
the key graphs is a contour graph which shows the specific layer(s). The
Matlab command is simple:
_______

v=[.8 .8];
contourf(X,Y,Z,v)
__________

X,Y,Z are matrices representing a sphere and 'v' is a vector at a specific
contour level. The end result is a filled contour showing a single layer.
Any help would be greatly appreciated.

Jay
jdavis50@midsouth.rr.com
0 Kudos
Message 1 of 2
(2,691 Views)
Jay,

You may want to direct this question to
news://newsgroups.ni.com/natinst.public.hiq.general ,
the HiQ Usenet newsgroup.

Regards,
Rich

Jay D wrote:

> I have created graphs using various functions within Matlab, which I need to
> translate to HiQ for other system requirements. My problem is that one of
> the key graphs is a contour graph which shows the specific layer(s). The
> Matlab command is simple:
> _______
>
> v=[.8 .8];
> contourf(X,Y,Z,v)
> __________
>
> X,Y,Z are matrices representing a sphere and 'v' is a vector at a specific
> contour level. The end result is a filled contour showing a single layer.
> Any help would be greatly appreciated.
>
> Jay
> jdavis50@midsouth.rr.com
0 Kudos
Message 2 of 2
(2,691 Views)