Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
2 matrixes...add each element of corresponding matrixes

Akzeptierte Antwort

Matlab Pro
Matlab Pro am 6 Jun. 2024
Thats all?
a = ones(5);
b = rand(5);
c = a+b;

Weitere Antworten (0)

Kategorien

Mehr zu Resizing and Reshaping Matrices finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by