Re: Graphing need help.


[Prev][Next][Index][Thread]

Re: Graphing need help.



the xStat(x/.2+1 makes sure that the first x value goes in the first
position of xStat and the second x value goes in the second position of
xStat, and so on.

ex:
say x=1.2

x\->\xStat(x/.2+1 will put 1.2 in xStat(7

Hope this explains it.
-mortis

Leif Gregory wrote:
<snip>
> I don't know why you have to put the (x/.2+1    stuff after the
> x/->/xStat, but it works... Rigor Mortis had this in his code, so
> maybe he can tell us.  I know that for me to get it to work, the .2 or
> whatever you put in there had to be the same as the increment portion
> of the For loop.
>
<snip>>
> Thanks again guys..
>
> - ldgregory@biogate.com
>      If all else fails, so much for skydiving! -

--
/-----------------------------------------------------------\
| TI-85 Shell Central                                       |
| http://members.tripod.com/~Llama_/                        |
| ksmith@capitol-college.edu                                |
|                                                           |
| "..why? because it's useful.."                            |
\-----------------------------------------------------------/


References: