Use handle classes to model dependencies between computation steps

Trigger computations in one object once computation results from other objects become available.
618 Downloads
Updated 24 Jun 2009

View License

This example is a proof-of-concept to show that handle objects can be used to model dependencies between different steps of a set of computations. It shows that objects can be used to hide the complexity of arranging the order of computations that partially depend on each other. The computation can even be distributed to a cluster environment, if MATLAB DCS or QSUB_SUBMIT_CM (http://www.mathworks.com/matlabcentral/fileexchange/24512) is available.

Cite As

Volkmar Glauche (2024). Use handle classes to model dependencies between computation steps (https://www.mathworks.com/matlabcentral/fileexchange/24545-use-handle-classes-to-model-dependencies-between-computation-steps), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!

+dep_parallel/html/

html/

Version Published Release Notes
1.0.0.0