Current date/time is Sat Nov 28, 2009 10:22 am

Post a reply

Post a reply
 

HTML is OFF
BBCode is ON
Smilies are ON

  
Options


Jump to:  

Topic review

by Admin on Tue Feb 10, 2009 8:59 pm

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

by Sergio on Tue Feb 10, 2009 8:03 pm

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.

by Admin on Fri Feb 06, 2009 9:31 pm

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?

Re: A function described by a tab

by Sergio on Fri Feb 06, 2009 4:53 pm

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:

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.

by Admin on Thu Feb 05, 2009 3:08 am

I'm not sure what you mean by a function that is described by a table! Could you give an example?