: Create a function that takes inputs “x” and “z” and generates any random matrix of dimension “x” or “z”, whichever is larger
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
Hi, I am stuck at this problem. I don't know alot about generating matrices. Help would be greatly appreicated.
3 Commenti
Image Analyst
il 31 Gen 2020
Also look up what max() returns, like max([x, z]) assuming x and z are scalars (single numbers, not arrays).
Risposte (0)
Vedere anche
Categorie
Scopri di più su Loops and Conditional Statements in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!