Current date/time is Sat Nov 28, 2009 10:22 am
Topic review
It will be in the next version (v3.0) which will be release in two weeks (possibly earlier). We already implemented a way to load .csv files with coordinates. Pretty much all excel files may be saved as .csv files.
Re: A function described by a table
Ok. The question is then this: Is it possible to populate these tables (either 2D or 3D) with information coming from an external source, a text file or an excel file for instance?
Thanks.
Thanks.
Currently you can, in addition to plotting points, connect the points together with lines as shown below:

This would be same as interpolating in between points, isn't it?

This would be same as interpolating in between points, isn't it?
Re: A function described by a tab
Yes, it's very simple. You know in 2D, for instance, you have a function like y = m*x + b. But suppose that instead of having such an equation you have a table like:
which corresponds to y = x + 2.
I know that in other posts you have considered the ploting of isolated dots, but this is different. My question is if you have considered the possibility of allowing the user to build a function that takes data from an outside source, e.g. a data file, to compute its value, by means of interpolation for instance or any other algorithm.
Thanks.
Sergio.
| y | x |
| 0 | 2 |
| 2 | 4 |
| 4 | 6 |
which corresponds to y = x + 2.
I know that in other posts you have considered the ploting of isolated dots, but this is different. My question is if you have considered the possibility of allowing the user to build a function that takes data from an outside source, e.g. a data file, to compute its value, by means of interpolation for instance or any other algorithm.
Thanks.
Sergio.
I'm not sure what you mean by a function that is described by a table! Could you give an example?
