: Create a function that takes inputs “x” and “z” and generates any random matrix of dimension “x” or “z”, whichever is larger
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, I am stuck at this problem. I don't know alot about generating matrices. Help would be greatly appreicated.
3 Kommentare
Image Analyst
am 31 Jan. 2020
Also look up what max() returns, like max([x, z]) assuming x and z are scalars (single numbers, not arrays).
Antworten (0)
Siehe auch
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!