Continious to discrete state space symbolically
이전 댓글 표시
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
답변 (1개)
arushi
2024년 7월 25일
0 개 추천
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:
- Maximize Parameter 2
- Minimize Parameter 3
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.
카테고리
도움말 센터 및 File Exchange에서 Symbolic Math Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!