Le 28/11/2012 20:16, julien.langouet a écrit :
.../..
My question is : How can I display or create a matrix with the time in a
different format? I would like to have the time displayed in this kind of
format hh:mm:ss,ms for exemple : 01:15:36,4 ...
Is this possible?
Something like the following:

t  =  3600271;  // ms
[A,M,J,h,mn,s]=datevec(t/1000/24/3600);
out =  msprintf("%02d:%02d:%04.1f",h,  mn  ,s)

Hope This Helps

Samuel

_______________________________________________
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users

Reply via email to