load CAPMuniverse load Error

7 Ansichten (letzte 30 Tage)
Anonymous Anonymous
Anonymous Anonymous am 17 Mai 2023
load CAPMuniverse Error:
load CAPMuniverse
Error using load
Unable to find file or directory 'CAPMuniverse'.
p1=Portfolio('AssetList',Aseets(1:12));
p2=estimateAssetMoments(p1,Data(:,1:12),'MissingData',true);
p3= setDefaultConstraints(p2);
plotFrontier(p3)
why this error appears??

Akzeptierte Antwort

Joel Van Sickel
Joel Van Sickel am 22 Mai 2023
This is most likely caused by you not having the correct toolboxes installed to do this example. Do you have the financial toolbox installed?
  2 Kommentare
Anonymous Anonymous
Anonymous Anonymous am 22 Mai 2023
Yes!
Anonymous Anonymous
Anonymous Anonymous am 22 Mai 2023
It's somehow solved! I searched in help about "CAPMuniverse" and open what I found in live script. Afterthat it appear that I have new directory (and data has been downloaded with it I think) and it worked!!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Financial Toolbox finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by