(a) Create a 4x4 matrix A containing all zeros (using an appropriate built-in Matlab function). (b) Create a 5x5 matrix B containing random numbers (using an appropriate built-in Matlab function). (c) Create a 1x10 array C and use this vector to cr
Show older comments
I'm kinda new to matlab so i need help with these questions..
(a) Create a 4x4 matrix A containing all zeros (using an appropriate built-in Matlab function). (b) Create a 5x5 matrix B containing random numbers (using an appropriate built-in Matlab function). (c) Create a 1x10 array C and use this vector to cr
Answers (1)
Azzi Abdelmalek
on 20 Nov 2013
doc zeros
doc rand
Categories
Find more on Creating and Concatenating Matrices in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!