Origin Ver. and Service Release: Origin Pro 8.5.0G SR1
Operating System: WinXP
Hi everyone,
I have a problem with the xyz_renka-function when it's called from the "command line". I'm sure it worked at some point in my scripting-endeavour and it still works in projects that I haven't worked in before so I likely just screwed something up. Unfortunately I cannot figure out, what went wrong and how to fix it.
Whenever I use the xyz_renka function now it returns a matrix with only "--" in the uppermost rows(depending on the total amount of rows) and very small values for the rows at the bottom (something like "1.23456E-200").
I tried the following commands
xyz_renka 3;
xyz_renka 3 rows:=5 cols:=5;
Where the last one returns this:
-- -- -- -- --
-- -- -- -- --
-- -- -- -- --
4,22576E-202 6,02098E-200 1,19997E-199 1,79784E-199 2,39572E-199
1,6903E-201 2,40839E-199 4,79988E-199 7,19137E-199 9,58286E-199
However when I use the XYZ-Gridding Assistant it works just fine (altough it fails to recognize the correct number of rows).
Maybe I assigned a variable, that is used by the gridding function but I cannot figure out what went wrong. I would be glad for any hint what to look into.