Recent content by eltrinco

  1. E

    Difference between 'hold off' and 'hold on'

    i just wondering what is the difference between 'hold off' and 'hold on' command?
  2. E

    What Are the Functions of 'pix' and 'shg' in MATLAB?

    what is the function of 'pix' and 'shg' in MATLAB ?
  3. E

    Difference rand and randn command matlab

    i am confused between when to use rand and randn . can someone explain to me please?
  4. E

    Rotate Point in Matlab Plotting

    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?
  5. E

    How can I create and manipulate multiple points in MATLAB?

    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...
Back
Top