LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LV imath and gmath for 2D interpolation

It seems as though there are two separate math developments in LV - the traditional "gmath" which is available through the palette menus, and the Matlab-derived "imath" which is exposed through the MathScript windows.  However, under the hood, this is still all written in G.  My query is that, although there is different (but overlapping) functionality available - will these two sets be integrated?

I'm coming at this from looking at 2D interpolation.  Gmath functions only allow for interpolation of regularly spaced data, however through MathScript one can call the "griddata" function to interpolate irregular data - it does a Delauney triangulation, then interpolation, all exactly as Matlab would.  Diving into this reveals a VI vi.lib\imath\engines\lvmath\MC_Math_99.llb\Interpolate 2D for Scattered Data.vi which can be called directly in the way the gmath routines are (although there is no documentation, help or examples for this routine).

There seems no reason for this function not to be available on the Math\Interpolation menu.

So the question is - down the track, will a single set of Math functions be provided, accessible both directly or through MathScript? Or is the plan to keep them separate, and require the user to hunt through for useful functions?

Message Edited by GregS on 05-28-2007 06:13 PM

0 Kudos
Message 1 of 2
(3,414 Views)
Hi GregS,

That seems to be an excellent suggestion. I would highly recommend you to file a suggestion at the Product Suggestion Center. You can navigate to this website by visiting Contact NI and clicking on feedback under Product Feedback. I would like to thank you in advance for your observation and feedback!

Adnan Zafar
Certified LabVIEW Architect
Coleman Technologies
0 Kudos
Message 2 of 2
(3,369 Views)