- Maximize Parameter 2
- Minimize Parameter 3
Continious to discrete state space symbolically
3 views (last 30 days)
Show older comments
Hi, Does anyone has code to convert continuous state space model to discrete domain symbolically based on parameters.My A matrix has 12x12 symbolic variables and getting exp(A*T) for discrete A is getting difficult for me.c2d commands in matlab supports only numeric data.
thanks
0 Comments
Answers (1)
arushi
on 25 Jul 2024
Hi Mithun,
To explore the trade-offs between the parameters and construct a Pareto front from your sample data, you can follow these steps:
1. Define Objectives -Identify the objectives you want to optimize. In your case:
2. Filter Data by X Value Range - Filter your dataset to include only the samples that fall within the specified X value range.
3. Identify Non-Dominated Points - A point is considered non-dominated if no other point in the dataset is better in all objectives.
5. Construct the Pareto Front - The Pareto front consists of all non-dominated points. These points represent the trade-offs between the objectives.
Hope this helps.
0 Comments
See Also
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!