Community Profile

photo

Bosong Lin


Last seen: 1 year ago Active since 2018

Statistics

  • First Review
  • First Answer

View badges

Content Feed

View by

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

6 years ago | 0

Answered
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...

6 years ago | 0