- Maximize Parameter 2
- Minimize Parameter 3
Continious to discrete state space symbolically
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
arushi
il 25 Lug 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 Commenti
Vedere anche
Categorie
Scopri di più su Symbolic Math Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!