Clear Filters
Clear Filters

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

1 view (last 30 days)
2 matrixes...add each element of corresponding matrixes

Accepted Answer

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

More Answers (0)

Categories

Find more on Resizing and Reshaping Matrices in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!