LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to make biexponential fitting curve(function) vi...

i want to make biexponential fitting curve(function) vi...
it's hard to make it

i want to make biexponential fitting curve(function) simply

when creating, i would like to use a simple array as an example of an easy input value.

0 Kudos
Message 1 of 6
(300 Views)

Why is it hard to make? What is giving you problems? How well do you know LabVIEW?

 

Maybe you should start reading here.

0 Kudos
Message 2 of 6
(256 Views)
Thank you for your reply. However, I have only recently learned the Labview program. So I don't really understand the answer I received. Could you possibly make it easier?
0 Kudos
Message 3 of 6
(245 Views)

Please don't use "code tags" when posting!

 


@dlehdgh20 wrote:

Thank you for your reply. However, I have only recently learned the Labview program. So I don't really understand the answer I received. Could you possibly make it easier?

It is as easy as it gets. Once you learn LabVIEW, it will automatically be easier. Do you have any specific questions?

0 Kudos
Message 4 of 6
(230 Views)

dlehdgh20_0-1732717911270.png

 

 I plan to designate vi as subvi and use it as the f(x,a) input value of the nonlinear fitting function. But why is the wire not connected due to a function conflict? The corresponding vi represents the biexponential fitting function.

0 Kudos
Message 5 of 6
(211 Views)

All you do is show a picture that takes two x values and five parameters and returns a single y=f(x) value (array with one element).

You need an array of x values and return an array of y value of equal size. To fit for five parameters, you definitely need more than two points, right?

 

If you want to use it as VI model for nonlinear fitting, you need to start with the function template because it must be strictly typed and have exactly the right inputs and outputs all in the right place on the connector pane. All connectors must exist, even if some are not needed.

 

If you need help, attach your subVI, the caller, and some typical data. We can't work with pictures that only show a small part of the story.

0 Kudos
Message 6 of 6
(202 Views)