photo

Bosong Lin


Last seen: 1 year 前 自 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 years 前 | 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 years 前 | 0