Find two ways to create a 3 x 5 matrix of all 100s (Hint: use ones and zeros)
belongs to book: MATLAB: A Practical Introduction to Programming and Problem Solving|Stormy Attaway|Fourth Edition| Chapter number:2| Question number:37.2
All Answers
total answers (1)
ones(3,5)*100
zeros(3,5)+100
need an explanation for this answer? contact us directly to get an explanation for this answer