Info

この質問は閉じられています。 編集または回答するには再度開いてください。

how can i plot 3 parameters in (x y) axis as shown in fig

4 ビュー (過去 30 日間)
SALEH ALHUMAID
SALEH ALHUMAID 2020 年 2 月 3 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
Hi,
how can I plot a variable that change due to 2 parameters as shown in Fig figure ploting.PNG

回答 (1 件)

Star Strider
Star Strider 2020 年 2 月 3 日
Use the contour function with the matrix of the results of your calculations.
  2 件のコメント
SALEH ALHUMAID
SALEH ALHUMAID 2020 年 2 月 19 日
Error using contour (line 48)
Z must be at least a 2x2 matrix.
Star Strider
Star Strider 2020 年 2 月 19 日
Use the griddata function to create matrices from whatever your vectors represent.

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by