Have you a registration already ? Sign In
Difference Between Steel And Cast Iron
Like in every programming language, Matlab has a command that creates a random number or numbers. But in Matlab, you can create matrices and vectors that includes randomly created elements inside it. In this article, we will show you how to create matrices or vectors that their elements are randomly created.
Use of rand() command to create matrices and vectors in Matlab.
The ‘a’ is a matrice that created by random numbers as shown by orange arrow above in Matlab. It is a 3×2 matrix as shown by green arrow above and created with rand() command.
Also vector ‘b’ is randomly numbered vector that is created by rand() command again. Actually it is a 1×3 matrix but also means it is vector as shown by red arrow and yellow arrow above.
These ‘a’ matrix and ‘b’ vector is multiplied with integers as shown by red box above. Because rand() command in Matlab, creates random numbers between 0 and 1. You can do multiplication as above to obtain number between integers that you want. Multiplied vector and matrix could be seen by magenta arrow and blue arrow above.
The logic of creating matrices and vectors with rand() command in Matlab is like that.
Leave your questions and comments below!
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
Write Comments