Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hi experts,
I am trying to plot this equation.
Could you please tell me how should I modify the equation, thanks.
Solved! Go to Solution.
Turn V.1 into a function of V.2
But as I guess that you would like to see more than just five points connected by straight line segnents, you may use either a quickplot (use an undefined variable as argument (V2) and set the limits in the plot as needed
or use a range variable which is more dense
Turn V.1 into a function of V.2
But as I guess that you would like to see more than just five points connected by straight line segnents, you may use either a quickplot (use an undefined variable as argument (V2) and set the limits in the plot as needed
or use a range variable which is more dense
I got it.
Thanks.