Lesson 4.2: Matrix Building

Поділитися
Вставка

КОМЕНТАРІ • 10

  • @RunPJs
    @RunPJs 3 роки тому +2

    When I play these as 1.25 or 1.5 speed it seems pretty normal and prevents me from wasting my time!

  • @walaaahmed3005
    @walaaahmed3005 8 років тому +1

    Why did you type fix? I still did not understand its function.

    • @Hans-pc1vc
      @Hans-pc1vc 8 років тому +4

      fix(X) rounds the elements of X to the nearest integer towards zero. E.g. fix(1.6) will return the integer '1'. The Prof. used the function to illustrate one method of generating random integers. However, you should use the 'randi' function for this purpose.

    • @bu-ziga8413
      @bu-ziga8413 2 роки тому

      @@Hans-pc1vc Correct ! This MATLAB fucntion seems pretty familiar to me.. Isn't the same as the ''Integer Part'' function that we use in Maths ?

    • @thesparkingwire
      @thesparkingwire 2 роки тому

      @@Hans-pc1vc what does ceil(X) do then?can u explain please?

  • @sotag38209
    @sotag38209 8 років тому

    Is there any way to access every quiz as well as every homework questions & solutions without enrolling to the course on coursera.org. Does the textbook given from the link in the description have the questions??

    • @ahmedgamaleldin3105
      @ahmedgamaleldin3105 7 років тому +1

      Textbook has its own questions not the quizzes in the course.

  • @Squiderify
    @Squiderify 9 років тому +1

    I typed in rand and I got the exact same number (0.8147), that was creepy, but it became more creepier when I also entered "1+10*rand(5,4)", and my 3rd column was the exact same column as the 1st column in the video. Seems like random isn't that random after all?

    • @Squiderify
      @Squiderify 9 років тому +4

      +Squiderify Oh I didn't watch till the end of the video. :D

    • @skadoosh7398
      @skadoosh7398 4 роки тому

      @@Squiderify XD