How to do Abel inversion using Matlab

  • Context: MATLAB 
  • Thread starter Thread starter einstein1921
  • Start date Start date
  • Tags Tags
    Inversion Matlab
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 11K views
einstein1921
Messages
76
Reaction score
0
hi,everyone. How to do Abel inversion using Matlab? what is the algorithm? I read something in wiki,but I have no idea how to perform it! anything helpful would be highly appreciated.
 
Physics news on Phys.org
You can do indefinite symbolic integration with the syntax int(expression, variable)

Or you can add limits with int(expression, variable, a, b)
 
thank you all!I want to do abel inversion of a image! I don't how to do it using MATLAB image processing toolbox!