PDA

View Full Version : MatLab, Radial integration


EliotHijano
Sep10-09, 05:54 AM
Hello,
I have calculated in MatLAB a 2D array (201x201) that reads:

d(Y)/d(r) = ARRAY(201x201)
that is to say, the derivative of Y with respect to r (polar coordinates) = an array of known numbers whose size is 201x201

I would like to calculate the variable Y. Do you have any Idea about how to do this?


If it was d(Y)/d(x) or d(Y)/d(y) instead of d(Y)/d(r), I would know how to solve my problem, but it is not the case...

Thank you.