Borrar filtros
Borrar filtros

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

1 visualización (últimos 30 días)
2 matrixes...add each element of corresponding matrixes

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by