I am newbie in matlab
.
I want to draw something like below pic in 3-D axes and move it mouse move.
i do not have problem with second part(move objects on mouse move) , i do not know how to create this circle in 3-D axes
I am newbie in matlab
.
I want to draw something like below pic in 3-D axes and move it mouse move.
i do not have problem with second part(move objects on mouse move) , i do not know how to create this circle in 3-D axes
Copyright © 2021 Jogjafile Inc.
You can change the radius by
r
liker = .5 * ones(1,100);
But the coordinates of click doesn't seem to be right.
I think you have solved that problem in your previous question.
Note