I have a program and I need to make a model of it.

2 ビュー (過去 30 日間)
Maddy
Maddy 2022 年 3 月 12 日
コメント済み: Star Strider 2022 年 3 月 12 日
I have code or you can say matlab program which runs successfully and now I need to make a maintenance model of it.

採用された回答

Star Strider
Star Strider 2022 年 3 月 12 日
My guess is that the code now needs to be made into an objective function to be used with a parameter estimation routine.
See the documentaion on Function Basics for details.
Also see the documentation on the function to be used to estimate the parameters, since the objective function argument list needs to be compatible with the optimisation function requirements for it. The documentation section on Passing Extra Parameters could also be appropriate.
  2 件のコメント
Star Strider
Star Strider 2022 年 3 月 12 日
What are the requirements for it to be a ‘maintenance model’?
What does it need to do?
Hnd how will it be used?
Star Strider
Star Strider 2022 年 3 月 12 日
I have no idea what the model is or how to use it in that context.
If you have a reference for what you want to do, please post it.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by