Practical Monte Carlo Simulation Tool
No License
This practical function provides a tool for quickly including a random process within a Monte Carlo Simulation framework.
The main input argument, is a string containing commands in Matlab syntax. Each execution of such string is an instance of a random process. The function expressionMCS
samples an opened number of user-specified variables and expressions, by running the input string for N iterations.
The function help is documented with four meaningful examples of various uses.
The purpose of this function is to perform simple Monte Carlo testings for any kind of stochastic processes, without having to create a single .m file. Hence it is not ment to be practicle, rather than fast. I would like to acknowledge Dimitri Shvorob for his comments.
Cite As
Gianluca Dorini (2024). Practical Monte Carlo Simulation Tool (https://www.mathworks.com/matlabcentral/fileexchange/14436-practical-monte-carlo-simulation-tool), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 | further description following Dimitri Shvorob comments |