Interactive Efficient Frontier Viewer

Efficient Frontier Viewer using nested functions

Ahora está siguiendo esta publicación

Demonstrates the use of MATLAB's nested functions to create graphical tools with little coding. This example creates an efficient frontier from supplied data (or generates random returns if no inputs are supplied) and then allows the user to move a crosshair along the efficient frontier to view the weights for the selected portfolio.

This example is similar in functionality to "Efficient Frontier GUI" but the code is less intimidating for new users. It invokes the "portopt" function from MATLAB's Financial Toolbox to create the efficient frontier.

Citar como

Paul Taylor (2026). Interactive Efficient Frontier Viewer (https://es.mathworks.com/matlabcentral/fileexchange/10949-interactive-efficient-frontier-viewer), MATLAB Central File Exchange. Recuperado .

Agradecimientos

Inspirado por: Efficient Frontier GUI

Categorías

Más información sobre Portfolio Optimization and Asset Allocation en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0

Improved description of application.