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

1 view (last 30 days)
I have code or you can say matlab program which runs successfully and now I need to make a maintenance model of it.

Accepted Answer

Star Strider
Star Strider on 12 Mar 2022
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 Comments
Star Strider
Star Strider on 12 Mar 2022
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 on 12 Mar 2022
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.

Sign in to comment.

More Answers (0)

Categories

Find more on MATLAB in Help Center and File Exchange

Products


Release

R2021b

Community Treasure Hunt

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

Start Hunting!