Saved Bookmarks
| 1. |
Identify the command used to generate all ones in a 4x4 matrix |
|
Answer» Answer: 0. 0. A MATRIX of all ones can be created with ones COMMAND as follows -->ones(2,4) ANS = 1. |
|