Homework Statement
i need to fix a point and rotate another one
Homework Equations
The Attempt at a Solution
i did this
i've created this:
x=rand(1,3)
y=rand(1,3)
scatter(x,y)
how do i select and make one point fix and make the other point rotate around it?
Homework Statement
i had some problem with MATLAB of how to create two points of random positions and adding another few random pointsHomework Equations
how to create the points, set a point as the centre, make the iteration for one point to rotate the centre and also the other iterations for...