Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
Hi,
I am having trouble plotting the last segment of this piecewise function. It plots the first two but the last piece does not get plotted. Any help would be greatly appreciated.
Solved! Go to Solution.
Prime does not know the function pi.
In the third equation in your program you have
2*pi(2*theta/beta...)
instead of
2*pi*(2*theta/beta...
Success!
Luc
Prime does not know the function pi.
In the third equation in your program you have
2*pi(2*theta/beta...)
instead of
2*pi*(2*theta/beta...
Success!
Luc
Thank you so much. That was it.