LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Large-scale optimization in Labview

Hello!
I'm a student from the University of Twente (Netherlands) and for a course i need to make a curve fit in LabView.

The method to be used is a subspace trust region method based on interior-refelective Newton method in which each iteration involves the approximate solution of a large linear system using the method of preconditioned conjugate gradients (PCG).

At this time the program we are using at the university we are using an external MathLab script. In this script we use the lsqcurvefit function from the optimization toolbox.

Now i have to make a similar fuction (VI) in LabView, it does not have to have all the functionalies the MathLab script has. The function i have to make only uses the Large Scale method (see ab
ove).

Now i was wondering if someone else did programming on this method or parts of it?
Any help would be appriciated, if someone has good literature on it it would also be appreciated.

Thank you very much already.

with kind regards

Hasse Wiersma
j.c.wiersma@student.utwente.nl
0 Kudos
Message 1 of 2
(2,672 Views)
You might consider interfacing to the old Matlab code. I believe LabView has excellent features for that purpose.

Martin
0 Kudos
Message 2 of 2
(2,672 Views)