writing matrix and vector in a script
古いコメントを表示
Using the given vectors x=[3 2 5] and y=[1 4 8], let a(i,j)= x(i)*y(j)
回答 (1 件)
Matt J
2021 年 10 月 30 日
a=x*y.'
カテゴリ
ヘルプ センター および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!