Which calculations are running in the background of a function?

Which calculations are running in the background of a function from a toolbox?
In special, I would like to know which calculations are done in the Blob Analysis from Computer Vision System Toolbox.

Answers (1)

You can use the debugger to see, what's going on. You cannot read the code of built-in functions, therefore for some functions you cannot see all calculations.

Asked:

on 26 Apr 2017

Commented:

on 2 May 2017

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!