フィルターのクリア

Color filling between lines in figure

1 回表示 (過去 30 日間)
GCats
GCats 2020 年 6 月 1 日
コメント済み: KSSV 2020 年 6 月 2 日
Hi!
I have a plot where the intersection of some lines form a shape, and I'd like to fill in this area with a color to show a feasible domain!
Could someone indicate how I can do that? Thank you!
Below is the code I used to plot and the figure.
contour(D, d, fobj, 'r')
xlabel('Coil diameter D (m)'), ylabel('Wire diameter d (m)'), ...
title('Figure 1: Spring mass optimization problem (Exercise 6.1)')
hold on
contour(D, d, g1, [0.0 0.0])
contour(D, d, g2, [0.0 0.0])
contour(D, d, g3, [0.0 0.0])
contour(D, d, g4, [0.0 0.0])
contour(D, d, g5, [0.0 0.0])

回答 (1 件)

KSSV
KSSV 2020 年 6 月 1 日
  2 件のコメント
GCats
GCats 2020 年 6 月 2 日
it gives me a 2x1 row vector with all zeros?
KSSV
KSSV 2020 年 6 月 2 日
Atatch the data and code you have tried.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by