John Pilgrim Posted June 13, 2013 Share Posted June 13, 2013 Sorry for another noob question. Let's say I wanted to make a graph of Y=LN(X) for the domain Y=1 to Y=65536. LN() is the natural logarithm. What's the best Houdini approach to generate all those points? Thanks in advance! John Quote Link to comment Share on other sites More sharing options...
anim Posted June 13, 2013 Share Posted June 13, 2013 just create a line in x direction in any range you want, give it enough resolution for your needs then append Point Wrangle SOP and type @P.y = log(@P.x);[/CODE] Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.