Using MATLAB Optimization toolbox functions in Excel
3 ビュー (過去 30 日間)
古いコメントを表示
Hi, I'm trying to get matlab optimization functions (like fmincon) to work in an excel sheet just like the excel solver. The challenge is these functions require functions as one of their input arguments so i need them to see a cell range as a function not just an variable. I've tried Spreadsheet link EX and MATLAB Builder Ex but I don't seem to be making a headway.
I'll appreciate any useful suggestions.
Thanks
0 件のコメント
回答 (1 件)
Matt J
2013 年 4 月 12 日
編集済み: Matt J
2013 年 4 月 12 日
Well, you could call xlsread and xlswrite inside your objective function to access the spreadsheet, but that seems rather inefficient. It's unclear why you wouldn't just read your Excel data into MATLAB and work from there.
2 件のコメント
Matt J
2013 年 4 月 12 日
Since your simulator writes data to Excel via a process similar to xlswrite, it's hard to imagine you'd increase your data communication time by an order of magnitude by calling xlsread/write once per data set. Also, since FMINCON is iterative, I'd expect it could be your computational bottleneck anyway.
参考
カテゴリ
Help Center および File Exchange で Data Export to MATLAB についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!