Scilab Function
Last update : 28/10/2005
biorythm - Calculation of
Biorythm
Calling Sequence
-
BIO =
biorythm(month,year,birth)
Parameters
-
month
: month for biorythm calculation
-
year
: year for biorythm calculation
-
birth
: array with three elements, representing a birth date. Format
of the vector birth is [DD MM YYYY]
-
BIO
: array with 3 rows. The 1st row contains the "Body" curve, the
2nd row the "Soul" curve and the 3rd the "Brain" curve. Each column
represents a day of the month, where the biorythm has been
calculated for.
Description
-
Sometimes it is good to know, how you feel on a special day in
future (examing days, wedding days etc.). Then you should have a look
onto you "BIO" curves.
-
May be, Scilab helps you for your decision finding process, so that
you shift your wedding day or you give up studies, when you see, that
you are not fit on your examing days :-)
Examples
bio=biorythm(3,2006,[28,12,1966]) //my biorythm in march 2006
See Also
dday
,
calcdat
,
Authors
-
Dr. Andreas Geissler geisslea@web.de
Used Function
dday