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 CenterFile Exchange에서 Logical에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by