ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Uigetfile() and Imresize() functions do not work in Mathscript RT

   When I worked in MATLAB, I can use Uigetfile() and Imresize() functions. However, in Labview(MathScript RT) these functions do not work. I put the error as attachment.

   Thanks for replies.

0 Kudos
Message 1 of 6
(9,374 Views)

Those two functions are not supported currently. The following page lists all the supported functions.

 

http://zone.ni.com/reference/en-XX/help/373123C-01/

0 Kudos
Message 2 of 6
(9,353 Views)
Hi ttrr,
Which functions can I use instead of these?
0 Kudos
Message 3 of 6
(9,348 Views)

Regarding uigetfile, you can build the path by yourself and pass the file path to imread.

 

I have no idea to imresize, since I do not exactly know how this function resizes an image. You probably can use interp2 instead.

 

 

0 Kudos
Message 4 of 6
(9,342 Views)

Is dwt function available in mathscript node. If it is not available, what is the alternate

0 Kudos
Message 5 of 6
(7,518 Views)

It looks like you would need the Advanced Signal Processing toolkit to do DWT analysis.  

 

Similar to what was previously posted, here's a high-level overview of each of the MathScript RT Module functions:

http://zone.ni.com/reference/en-XX/help/373123C-01/lvtextmath/msfunc_classes/

 

Matt | NI Systems Engineering
0 Kudos
Message 6 of 6
(7,490 Views)