What is difference between these two commands of MATLAB.

Please tell me difference between these two commands of MATLAB.
p = rand(N(k),2);
p = rand(100, N(k));

 Risposta accettata

Joseph Cheng
Joseph Cheng il 4 Feb 2016
Modificato: Joseph Cheng il 4 Feb 2016
if you look up the documentation you'll see what the inputs mean. both will give you different P's of the input sizes m x n of random numbers between 0 and 1.

Più risposte (0)

Categorie

Scopri di più su MATLAB in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by