To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103826 Issue #|103826 Summary|Utilization of cubic spline function Component|Spreadsheet Version|1.0.0 Platform|Unknown URL| OS/Version|All Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|FEATURE Priority|P3 Subcomponent|programming Assigned to|spreadsheet Reported by|mark_e
------- Additional comments from [email protected] Mon Jul 27 09:32:12 +0000 2009 ------- All, The OpenOffice Calc chart wizard contains the possibility to interpolate values with a cubic spline. For non obvious reasons this function cannot be used in the spreadsheet. There are OpenOffice Basic macros available which can be added, but they have some limitations and disadvantages (slow, restricted to columns, etc.). Therefore, it would be helpful to have this already implemented function accessible as an array function, e.g. CUBICSPLINE(known_x's; known_y's; new_x's) known_x's is a set of known, not equally spaced x-values. known_y's is a set of known y-values. new_x's are the new x-values for which CUBICSPLINE returns the corresponding y-values. Thank you. Mark --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
