[Question] Graphing with a List
|
04-30-2017, 03:46 PM
(This post was last modified: 04-30-2017 03:50 PM by Freire.)
Post: #1
|
|||
|
|||
[Question] Graphing with a List
I want to make a graph like this:
Code: FOR k FROM 1 TO 500 STEP 2 DO To solve this I tried to make lists with values, then to copy to my program, But I don`t know how to copy the values in an easy way instead of formatting myself. Does someone has an easy solution for this? Code: L1:=MAKELIST(30+f1(k)*0.15,k,1,500,2); |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Question] Graphing with a List - Freire - 04-30-2017 03:46 PM
RE: [Question] Graphing with a List - Han - 04-30-2017, 03:59 PM
RE: [Question] Graphing with a List - Freire - 04-30-2017, 04:31 PM
RE: [Question] Graphing with a List - Freire - 05-01-2017, 02:59 AM
RE: [Question] Graphing with a List - Giancarlo - 05-01-2017, 11:31 AM
RE: [Question] Graphing with a List - Freire - 05-01-2017, 03:30 PM
RE: [Question] Graphing with a List - Tim Wessman - 05-01-2017, 04:26 PM
|
User(s) browsing this thread: 2 Guest(s)