07-07-2011 04:06 AM
Hi everyone, I'm Félix and new on labview.
I'm currently on a project of fitting some data. I have some data (spectra taken at different time) into a .lvm file who requires a gaussian fit and I'd like to have the characteristics of the fit passed to a 2D array so I can plot the amplitude, center and width vs time.
My problem is that my final array is a 2d one and the fit gives me 1d.
Can you please help me to solve this.
Thanks you
Félix
Solved! Go to Solution.
07-07-2011 04:20 AM - edited 07-07-2011 04:21 AM
Hi felixd,
As per my understanding your problem is in building the array. Instead of passing the elements into the build array funcion with a 2D array, you can at first build a 1 D array of the required elements and then build it into a 2D array using another build array function. Check the attached vi.
Regards
Nitzz
(Give Kudos to good Answers and Mark it as a Solution if your problem is Solved;))
07-07-2011 04:27 AM
Thank you for helping me out. I really appreciate, it looks so simple now.
Thanks again
F.