Compute the answer of the given question
Question- Write a Matlab function z=addIntegerBase(x,y,z) where x and y are positive integer where each integer is represented as an array of its coefficient in base b. Include self diagnostics. Test with 1101012 + 10012 and 1210103 + 210123 and 363210+9032110
I need assist to Write a Matlab function of given question.