Extract a mathematic expression from a Max object
Hi everyone!
Is it possible to extract the formula from a max object?
For the example, I would like to extract the mathematic expression from a Function object.
Thank you!
Some objects have their math explicited in their reference page (like [slide] or its jit and ~ counterparts, or [teeth~] or [scale]).
But if you look at the reference page for [function], you can see that there is no way to extract the function. This said, you're not the first to ask this and a quick search in the forum reveals that other people did the job already.
In other words, checking the doc and searching the forum can bring a lot of answers ;)
Thank you for your reply :)
I'm really reading the documentation carefully (and it's the way I learn since video tutorials are not my thing) but I didn't understand that. Before I finally decide to buy school books, I just wanted to learn maths through Max. So, I'll pay attention to the maths explained in the reference page more!