Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

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

조회 수: 3 (최근 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