VIP Exclusive

MATLAB Certified Associate VIP Practice Exam

MATLAB — MathWorks offers the MathWorks Certified MATLAB Associate (MCMA) exam — a proctored online certification covering core MATLAB programming skills including arrays, control flow, functions, data I/O, and visualization; no universally mandated passing score is published, but 70–75% is the widely cited threshold. This practice set mirrors that exam's style and domain coverage.

55
Questions
90m
Time Limit
75.00%
To Pass
Question 1 of 55👑 VIP

A colleague hands you the following code snippet and asks why it produces unexpected results: matlab A = [1 2 3; 4 5 6; 7 8 9]; B = A(2, :); B(1) = 99; disp(A(2,1)) What value is displayed, and why?

Questions 2–55 and full explanations are VIP-exclusive.