both in matlab language1. Write a MATLAB user-defined function that converts integers from decimal form to binary form. Name the function [b]-LASTNAMES_int2bin (d), where input argument d is the integer to be converted and the output argument b is a vector with 1’s and O’s that represents the number d in binary form. The Jargest number that can be converted with your function should be a binary number with 16 1’s. If a larger number is calculated, your function
OR
OR