Newbie: How to plot sum product constrain?
2 ビュー (過去 30 日間)
古いコメントを表示
v = [0.1; 0.03]
x1 = 0.1
x2 = 0.25
constrain1:
constrain2:
0 件のコメント
回答 (1 件)
Ayush Gupta
2020 年 9 月 8 日
編集済み: Ayush Gupta
2020 年 9 月 8 日
The equation having constraints can be solved with the help of solve function in Symbolic Toolbox in MATLAB. Examples on how the function can be used can be accessed here. After having some sample values for which a plot can be generated, plot function can be leveraged for which the documentation can be accessed here.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Surface and Mesh Plots についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!