Info

This question is closed. Reopen it to edit or answer.

how take input matrix of same dimension for the scaler multiplication?

1 view (last 30 days)
function b =check(Q) Qmd2=Q(1); c=[1 2;1 3;1 4]; b=c.*Qmd2; end

Answers (0)

Community Treasure Hunt

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

Start Hunting!