Develop an M-file function called rounder to round a number x to a specified number of decimal

Question:

Develop an M-file function called rounder to round a number x to a specified number of decimal digits, n. The first line of the function should be set up as function nd = days(mo, da, leap) where mo = the month (1–12), da = the day (1–31), and leap = (0 for non–leap year and 1 for leap year). Test it for January 1, 1997, February 29, 2004, March 1, 2001, June 21, 2004, and December 31, 2008.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: