04-16-2024 11:00 AM
Hello! I also need help, I can't plot the function sqrt(7x)+2, if someone can help me, please. I want to plot something like this
04-16-2024 11:07 AM
What is stopping you that you 'can't plot' that function? Have you tried something?
04-16-2024 11:46 AM
First, you need a ramp of x values in a suitable range, then apply the function. After that, use an xy graph to display the data. This solution is independent of any specific programming language. (Be aware that negative x are not allowed unless you use a complex datatype for x)
Since you posted in the LabVIEW forum, we can probably assume that you want to use LabVIEW. What have you tried? Where did you get stuck? Do you have problem with the math? It's implementation in LabVIEW? Displaying the data? Something else?
04-16-2024 12:52 PM
Here you have, but i dont know why its not correct.
04-16-2024 01:35 PM
Hi MSF,
@MSF99 wrote:
Here you have, but i dont know why its not correct.
What's the point of this exp(x) function?
04-16-2024 02:07 PM
First off, you have added an additional step that is not in your listed function.
If all of these math functions were within the for loop, an y=f(x) could be created for each point then passed out of the loop to the XY Graph.