What is the value of 'c'?a = ones(1,3);b = 1:3;c = conv(a,b)

🎲 Try a Random Question  |  Total Questions in Quiz: 63  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
MATLAB Quiz — practice the complete quiz, review flashcards, or try a random question.

MATLAB MCQs For LinkedIn Skill Assessments.

MATLAB is a proprietary multi-paradigm programming language and numeric computing environment.


What is the value of 'c'?<br><br>a = ones(1,3);<br>b = 1:3;<br>c = conv(a,b)<br>