03-04-2011 04:01 AM
Hi everyone,
I need to plot some results using the 3D parametric surface graph and these 3 matrix :
First and second matrixes are converted to a polar representation.
My problem is that I reach my goal, a full red circle, only if my matrixes range from -180° to 180° and not when they range from -180° to 179°. Aren’t -180° and 180° the same for this graph? I must be doing something wrong...
Any help would be great,
Thanks.
Regards,
User
Solved! Go to Solution.
03-04-2011 10:47 AM
I'm not sure I completely understand your question, but I think what you are seeing is that the last degree from 179 to 180 (or -180) isn't being completed.

03-05-2011 02:00 AM
Yes that is my problem. I don't understand why I have to send a -180° information to the graph since I have already send a 180°...
03-05-2011 12:42 PM
"First matrix “theta” : Each column ranges from -180° to 179° "
I take it this means the 179 to 180 plot is empty. You'll either have to manually connect the last plot (some fix to connect) or simply write the 179 to 180 also.
/Y
03-05-2011 03:05 PM
Seems obvious that you need to have the first and last point the same in order to close the curve.
A simpler, but equivalent example is a circle on an xy graph, Unless the first and last point coincide, you won't close the loop. 😉
03-08-2011 01:44 AM
Hi Yamaeda,
Thanks for your answer.Since for me in the test -180° and 180 is the same, I had already done that : copy results of line -180° to line 180°. It's true that I forgot that it is a surface representation and not a XY graph.
Regards,
User