Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X
Hello all,
I have two questions regarding the use of the 2d interpolation function:
Thank.you very much!
Enrico
Solved! Go to Solution.
A standard 3D plot of a 2D array uses array indices for X and Y axis. To plot the FIT function, use "CreateMesh"
Hi Enrico Belmonte,
You have simply to remake the 3d plot, as I have done:
Saluti
FM
Hello FM,
Thank-you for your reply.
However on the x-axis I get vales between 0 and 10 and not between 1E4 and 2E4.
What about the second question?
Thank-you very much!
Enrico
It seems to me that it's okay!?!?
Furhermore, you can use the following program for a more accurate plot, but with the condition that the input matrix be a square one:
Example of "fitfield" use, plotting the function f(x,y)=sin(x)*sin(y)/(xy)
> It seems to me that it's okay!?!?
No, the scale in x- and y-direction is not as requested.
A standard 3D plot of a 2D array uses array indices for X and Y axis. To plot the FIT function, use "CreateMesh"
- As you can see in the attached file, I cannot display the x-axis in the right way.
Guess its easier than you think:
Using the first method (directly plotting the fit function) you would have to provide the ranges for x and y and also the number of grid in the "3D-Plot Format" window in the "Quickplot" tab.
So generally using Createmesh provides more flexibility and usually is the preferred method.
- How can I use the fit function for the get the results from an input array?
Input array? not sure what you want to achieve.
Dear Mr. Exinger,
Thank-you for your reply.
I would like to calculate the fitting function using two input arrays instead of computing the values of the fitting function for a couple of values only.
Thank-you very much!
Enrico
Guess you need to use vectorization: