Question: What happens when the following command lines are executed? a = ones(2,3); b = zeros(2,1); c = (3:4)'; [r,s,t] = deal(a,b,c)
What happens when the following command lines are executed? a = ones(2,3); b = zeros(2,1); c = (3:4)'; [r,s,t] = deal(a,b,c)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
