Question: This is a Matlab exercise , and please provide the MATLAB code: make a recursive function to display the digits of a number backwards using
This is a Matlab exercise , and please provide the MATLAB code:
make a recursive function to display the digits of a number backwards using mod and floor functions. like number 875, must print 5, 7 ,8. when your code worked, make it return an array, that each call to recursive function adds another digit to the array.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
