Clear Filters
Clear Filters

6,8 Matrix

3 views (last 30 days)
Oscar Tsang
Oscar Tsang on 25 Feb 2019
Commented: Oscar Tsang on 25 Feb 2019
The problem I'm having is that for an assignment the question was " A matrix with 6 rows and 8 columns of integers between 1 and 1000. ". My answer to that is below but don't know if thats correct or not or if its just me having a moment.
a = randi([1 1000],6,8)
  5 Comments
Oscar Tsang
Oscar Tsang on 25 Feb 2019
don' think there is boundaries, the numbers just need to be between 1 to 1000 and it has to be in 6,8 matrix.
Oscar Tsang
Oscar Tsang on 25 Feb 2019
The reason why I thought it was wrong because i thought the question meant have a 6x8 matrix and fill it with number from 1 to 1000 but not in random

Sign in to comment.

Accepted Answer

madhan ravi
madhan ravi on 25 Feb 2019
Your way seems about right.

More Answers (0)

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!