Clear Filters
Clear Filters

(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

2 views (last 30 days)
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
Azzi Abdelmalek on 20 Nov 2013
doc zeros
doc rand

Categories

Find more on Multidimensional Arrays in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!