10-11-2015 09:44 AM
I want to make a .VI in which I input data x and y for curve fitting as control points and at the output, I take data x and y for my range. For example
My Control Points
x = [0, 0.25,,0.5, 0.75, 1];
y = [0, 0.707, 1, 0.707, 0, -0.707, -1, -0.707, 0];
and I want series of output for my 'dx' starting from 0 with an incremetn 0.001 to 1.
Please, help. Thanks.
10-11-2015 11:00 AM
This seems like a general LabVIEW question. Is there a reason you are posting it in the Mathscript forum? You don't need Mathscript for this!
(Unless you require a Mathscript solution, please ask the moderator to move this thread to the LabVIEW forum.)
10-11-2015 11:15 AM
Yes, there is a solid reason for that. LabVIEW mathematics has fitting VIs in itsfunctions which B-Spline curve fitting. It is taking simple my X and Y but it cannot take my range of dx. Please see this attachment.
10-11-2015 11:24 AM
@Bakar wrote:
Yes, there is a solid reason for that.
What is "that"? I still don't see any solid reason, because your VI does not contain any Mathscript. Please explain!
When attaching a VI, please load the controls with some typical default data.
(enter values, make current values default, save under a new name and attach).
Also, please don't maximize the diagram and front panel to the screen, that's very annoying on large displays.
@Bakar wrote:
It is taking simple my X and Y but it cannot take my range of dx.
Please tell us what you mean by "dx". Nothing is labeled with this term.