Question: Write a function convertsec tha takes seconds as an input and returns the number of days, hours,minute and secons as outputs. >> [ days, hrs,
Write a function convertsec tha takes seconds as an input and returns the number of days, hours,minute and secons as outputs.
>> [ days, hrs, mins, sec]=convertsec(7322)
days=0 ; hrs=2 ; mins=2 ; sec=2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
