Function: plotAssetHist undefined
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Christopher McCoy
am 29 Nov. 2019
Kommentiert: JASINTHA
am 3 Mai 2023
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.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/251497/image.jpeg)
Thanks in advance and regards,
Chris
[SL: converted text of link into a link]
1 Kommentar
Akzeptierte Antwort
Kavya Vuriti
am 2 Dez. 2019
Bearbeitet: Kavya Vuriti
am 2 Dez. 2019
Hi,
I think supporting function named 'plotAssetHist' is missing.Try using the suppoting function given in the link.
3 Kommentare
Steven Lord
am 2 Mai 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.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Portfolio Optimization and Asset Allocation finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!