MCQs > IT & Programming > MATLAB > Which choice adds b to each row of a? a = ones(4, 4); b= [1 2 3 4];

MATLAB MCQs

Which choice adds b to each row of a? a = ones(4, 4); b= [1 2 3 4];

Answer

Correct Answer: A = a + repmat(b, 4, 1);

Explanation:

Note: This Question is unanswered, help us to find answer for this one

MATLAB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

MATLAB Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it