| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → Spline Toolbox |
| Contents | Index |
| Learn more about Spline Toolbox |
z = franke(x,y)
z = franke(x,y) returns the value z(i) of Franke's function at the site (x(i),y(i)), i=1:numel(x), with z of the same size as x and y (which must be of the same size).
Franke's function is the following weighted sum of four exponentials:

The following commands provide a plot of Franke's function:
pts = (0:50)/50; [x,y] = ndgrid(pts,pts); z = franke(x,y); surf(x,y,z), view(145,-2), set(gca,'Fontsize',16)

[1] Richard Franke. "A critical comparison of some methods for interpolation of scattered data." Naval Postgraduate School Tech.Rep. NPS-53-79-003, March 1979.
![]() | fnzeros | getcurve | ![]() |

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2009- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |