T O P I C R E V I E W |
blocho |
Posted - 05/02/2006 : 03:25:21 AM Origin Version (Select Help-->About Origin): 7.5 Operating System: Windows 2000
Is it possible to plot a function in the form f(x,y)=0? (It is not possible to obtain y=f(x)) How to solve the problem?
Thanks in advance! Mariusz |
3 L A T E S T R E P L I E S (Newest First) |
Hideo Fujii |
Posted - 05/03/2006 : 11:02:15 AM Hi Mariusz,
One way is that you can modify the script file of that tool, FxyPlot.OGS in your installation. There is a section called [DataCreation] in the script, and it computes the value of Delta, which is the absolute value of f(xx,yy), as the formula is stored in %A. So, you can simply replace the line (i.e., Delta=abs(%A);) by your computation to get this.
Good luck.
--Hideo
|
blocho |
Posted - 05/03/2006 : 09:49:46 AM Hi Hideo,
I tried the script but it is not suitable for very long equations I have. If there is another possibility to generate the implicit function in Origin, let me know. |
Hideo Fujii |
Posted - 05/02/2006 : 2:01:32 PM Hi Mariusz,
You may try the following tool in the File Exchange page: http://www.originlab.com/fileexchange/details.aspx?fid=100
--Hideo OriginLab
|
|
|