Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Time and Date functions
Topic: Time as numerical output
See also: nyear nmonth ndayofmonth ndayofweek nhour nsecond

Function: nminute
Description: returns the minute as a number (0-59)

Usage: tn = nminute(t)
Input:
t n x 1 time vector
Output:
tn n x 1 array

Example:

yr = 1970 + (1:10)
t  = settime(yr)
ts = nminute(t)
ts
Result:

Contents of ts
[ 1,]        0 
[ 2,]        0 
[ 3,]        0 
[ 4,]        0 
[ 5,]        0 
[ 6,]        0 
[ 7,]        0 
[ 8,]        0 
[ 9,]        0 
[10,]        0 

Group: Time and Date functions
Topic: Time as numerical output
See also: nyear nmonth ndayofmonth ndayofweek nhour nsecond

Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

(C) MD*TECH Method and Data Technologies, 17.8.2000