Function: plotAssetHist undefined

4 views (last 30 days)
Hi,
To do a CVaR Portfolio Optimization I want to create histograms of the asset returns of some of the assets in my dataset.
The instructions on Mathworks (link to example) tell me to do this with the function plotAssetHist. However, when I type the command into my command window it tells me that the function is undefined.
Does someone know what could cause this problem? I have installed all the necessary toolboxes.
Thanks in advance and regards,
Chris
[SL: converted text of link into a link]
  1 Comment
Guanjiong Zhang
Guanjiong Zhang on 29 Mar 2021
I have the same problem, please someone give some advice

Sign in to comment.

Accepted Answer

Kavya Vuriti
Kavya Vuriti on 2 Dec 2019
Edited: Kavya Vuriti on 2 Dec 2019
Hi,
I think supporting function named 'plotAssetHist' is missing.Try using the suppoting function given in the link.
  3 Comments
Steven Lord
Steven Lord on 2 May 2023
Scroll down in the example (linked in the original question) to the Supporting Functions section. The plotAssetHist helper function is one of the supporting functions defined in that section. You would need to copy that helper's code into a function file or a local function in a script / function / class file to be able to use it outside that example.
JASINTHA
JASINTHA on 3 May 2023
Thank you so much :)

Sign in to comment.

More Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!