LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

is matlab's fminsearch implemented in Labview?

We are trying to implement Matlab's "fminsearch" in Labview. Has anyone else tried to do this?

Cheers

stu
0 Kudos
Message 1 of 4
(3,779 Views)
Try to build dll from Matlab "fminsearch".
Problem that for calling it you need to use Matlab array structure. So you need create another dll that will be interface between LV and matlab dll. It will get parameters from LabVIEW and transform it to Matlab structure and will call to "fminsearch" dll.
0 Kudos
Message 2 of 4
(3,780 Views)
can smoeone provide fminsearch.dll for us??
0 Kudos
Message 3 of 4
(3,641 Views)
Hello,

Introduced in LabVIEW 8.0, MathScript provides a general level of compatability with The MathWorks, Inc. MATLAB® software.  You may find the MathScript implementation of the function fminsearch adequate for your needs.  To try it, launch MathScript from LabVIEW by going to Tools >> MathScript Window.  For additional information about LabVIEW MathScript, check out the MathScript Forum.

MATLAB® is a registered trademark of The MathWorks, Inc.

Grant M.
Staff Software Engineer | LabVIEW Math & Signal Processing | National Instruments
0 Kudos
Message 4 of 4
(3,571 Views)