Matlab and Excel in Processing

I am working on processing and need linear and non linear Regression equation, so every time I have to copy the data manually on matlab and excel to perform some mathematical and statistical functions, do processing have libraries so I get the regression equation on Matlab, and formulas which I am implementing on Excel can I do it in processing its simple formulae to find out the standard deviation,.. etc.

Comments

  • Processing have base math functions, like sin() and pow(). It can also access the Math. And if you need more complex math, you can locate a Java library providing it, and import in Processing.

Sign In or Register to comment.