Community Profile

photo

Bosong Lin


Last seen: oltre un anno fa Attivo dal 2018

Followers: 0   Following: 0

Statistiche

  • First Review
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
how to convert 2-D array to 1-D array
Hey, Try this. A = [1,2;3,4]; A = A(:);

circa 6 anni fa | 0

Risposto
Generating one random number from a given range of numbers.
Hi Rich, If I understood your question, I would do it this way: 1/3*X*rand()+2/3*X; rand() returns a single uniformly distr...

circa 6 anni fa | 0