フィルターのクリア

i need help for this one please...i need to add each element of matrix A to corresponding element in matrix B

1 回表示 (過去 30 日間)
2 matrixes...add each element of corresponding matrixes

採用された回答

Matlab Pro
Matlab Pro 2024 年 6 月 6 日
Thats all?
a = ones(5);
b = rand(5);
c = a+b;

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeResizing and Reshaping Matrices についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by