: Create a function that takes inputs “x” and “z” and generates any random matrix of dimension “x” or “z”, whichever is larger
1 回表示 (過去 30 日間)
古いコメントを表示
Hi, I am stuck at this problem. I don't know alot about generating matrices. Help would be greatly appreicated.
3 件のコメント
Image Analyst
2020 年 1 月 31 日
Also look up what max() returns, like max([x, z]) assuming x and z are scalars (single numbers, not arrays).
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!