Interactive Efficient Frontier Viewer

Efficient Frontier Viewer using nested functions

現在この提出コンテンツをフォロー中です。

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.

引用

Paul Taylor (2026). Interactive Efficient Frontier Viewer (https://jp.mathworks.com/matlabcentral/fileexchange/10949-interactive-efficient-frontier-viewer), MATLAB Central File Exchange. に取得済み.

謝辞

ヒントを得たファイル: Efficient Frontier GUI

カテゴリ

Help Center および MATLAB AnswersPortfolio Optimization and Asset Allocation についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0

Improved description of application.