ploting a function in excel
ploting a function in excel
(OP)
is it a possible to plot a funtion in excel like y=x + x^2 without determining various y values for various x values first?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
ploting a function in excel
|
RE: ploting a function in excel
Mathcad will default to -10<x<+10
TTFN
RE: ploting a function in excel
thread770-113109
RE: ploting a function in excel
For example:
Create the following names using the Insert:Name:Define command.
Name Refers To:
X ---> ={1;2;3;4;5}
Y ---> =X+X^2
Then the series command will be simillar to
=SERIES(,Book1.xls!X,Book1.xls!Y,1)