Community Profile

photo

Bosong Lin


Last seen: 1年以上 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Review
  • First Answer

バッジを表示

Feeds

表示方法

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

約6年 前 | 0

回答済み
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年 前 | 0