Origin Version (Select Help-->About Origin): 7.5 Operating System: Win2K Pro
Hey everybody. I am working of a 2D fit using Nag_2D_Scat_interpolant() and require a fairly large vector. Namely xpositions * ypositions to store my regular grid on which I want to evaluate the fitted z-plane.
It looks like, the maximum size of a vector is 499. Is that true?
If I am not mistaken, the used evaluation function (Nag_2D_Scat_Eval()) accepts only vectors... Any ideas how to use it anyway for a large grid?