No BSD License  

Highlights from
PortOpt

2.83333

2.8 | 6 ratings Rate this file 4 Downloads (last 30 days) File Size: 959 KB File ID: #1856

PortOpt

by Jim Stewart

 

20 Jun 2002 (Updated 06 Dec 2002)

Using Excel Builder and VBA to create a custom application for Microsoft Excel.

| Watch this File

File Information
Description

A simple example that illustrates how to use Excel Builder and Visual Basic for Applications (VBA) to create a custom GUI-based application that plugs right into Microsoft Excel.

This submission contains all the files associated with the October issue of News and Notes article related to Deploying MATLAB Applications for Excel.

For more information, see this News and Notes article:
http://www.mathworks.com/company/newsletter/oct02/matlabxl.shtml

Required Products MATLAB Compiler
MATLAB Builder EX
MATLAB release MATLAB 6.5 (R13)
Tags for This File  
Everyone's Tags
builder, example, excel(2), external interface, news and notes, optimization, portfolio
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Comments and Ratings (7)
24 Feb 2011 Farha  
11 Aug 2008 Dimitri Shvorob

Considerable and serious effort, but is this really going to aid someone learning Excel Builder? I would not recommend it.

16 Dec 2007 li zeze

I compute efficient frontier by command portopt with matlab2007b, find an error:
ExpReturn = [0.1 0.2 0.15];

ExpCovariance = [0.005 -0.010 0.004
-0.010 0.040 -0.002
0.004 -0.002 0.023];

NumPorts = 20;
portopt(ExpReturn, ExpCovariance, NumPorts)

??? Error using ==> linprog
Too many input arguments.

Error in ==> portopt at 189
[MaxReturnWeights, Fval, ErrorFlag] = linprog(-ExpReturn, Aineq, Bineq, Aeq, Beq, LB, UB, W0, options);
why?

08 Sep 2006 Blake Schaz

It was difficult to see how VB was used with MATLAB to create the application. Including the .m file would definately help.

25 Jun 2005 Fabio Fornasari

I'm searching all(not illegal)patterns and softwares which make me able to work in implants telemonitoring and teleregulations;particularly for water-gas networks.
this SW useful seems useful for me

18 Oct 2004 rolo ferguson

No M file please put the M File

23 Dec 2003 Ronin Samurai

Nice demonstration of Matlab's capability though I wish the zip contained the .m files as well.

Updates
26 Sep 2002

These are the final files that the user can download.

Contact us