Seconds to hours, minutes, seconds

Converts a time in seconds to a time in hours, minutes and seconds.

Vous suivez désormais cette soumission

A very simple program to convert a time in seconds to a string giving the time in hours, minutes and seconds. Useful for producing readable toc output from programs which run for ages.

e.g.

help secs2hms
SECS2HMS - converts a time in seconds to a string giving the time in hours, minutes and second
Usage TIMESTRING = SECS2HMS(TIME)]);
Example 1: >> secs2hms(7261)
>> ans = 2 hours, 1 min, 1.0 sec
Example 2: >> tic; pause(61); disp(['program took ' secs2hms(toc)]);
>> program took 1 min, 1.0 secs

Citation pour cette source

Simon Robinson (2026). Seconds to hours, minutes, seconds (https://fr.mathworks.com/matlabcentral/fileexchange/22817-seconds-to-hours-minutes-seconds), MATLAB Central File Exchange. Extrait(e) le .

Remerciements

Inspiré par : Tools for NIfTI and ANALYZE image

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.4.0.0

Function name shortened. H1 line and help added.

1.0.0.0