Question: 4. Write a MATLAB function tobinary(n) that, given a whole number n, outputs its base 2 representation. The output should be a vector with 0s

4. Write a MATLAB function tobinary(n) that, given a whole number n, outputs its base 2 representation. The output should be a vector with 0s and 1s. Example: >>tobinary (34) ans - 10 0 0 0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
