Simulink Matlabfunction does not support Global Optimization toolbox
古いコメントを表示
Hi there,
I recently use Global Optimization toolbox in Simulink Matlabfunction to solve global optimization problem. But it always report a bug. Does Simulink Matlabfunction support Global Optimization toolbox ?
Best regards,
5 件のコメント
Steven Lord
2025 年 3 月 20 日
I assume when you say "report a bug" you mean that you receive an error when you try to run your Simulink model. If so please show us the full and exact text of all error messages you receive, whether they're displayed in red in the Command Window or displayed in a dialog box brought up by Simulink during execution of the model.
If I had to guess I'd say you're trying to generate C or C++ code from your model but the Global Optimization Toolbox functions you're calling don't have that extended capability. I think the only Global Optimization Toolbox function that does is optimoptions, as it's the only one a search of the alphabetical list linked to by this page for "global optimization" found.
tianyuan wang
2025 年 3 月 20 日
編集済み: tianyuan wang
2025 年 3 月 20 日
tianyuan wang
2025 年 3 月 20 日
編集済み: tianyuan wang
2025 年 3 月 20 日
Walter Roberson
2025 年 3 月 20 日
Turn Rapid Acceleration off for the model.
tianyuan wang
2025 年 3 月 20 日
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!