load CAPMuniverse load Error
4 views (last 30 days)
Show older comments
Anonymous Anonymous
on 17 May 2023
Commented: Anonymous Anonymous
on 22 May 2023
load CAPMuniverse Error:
load CAPMuniverse
p1=Portfolio('AssetList',Aseets(1:12));
p2=estimateAssetMoments(p1,Data(:,1:12),'MissingData',true);
p3= setDefaultConstraints(p2);
plotFrontier(p3)
why this error appears??
0 Comments
Accepted Answer
Joel Van Sickel
on 22 May 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 Comments
More Answers (0)
See Also
Categories
Find more on Financial Toolbox 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!