Info

This question is closed. Reopen it to edit or answer.

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

1 view (last 30 days)
Hi,
how can I plot a variable that change due to 2 parameters as shown in Fig figure ploting.PNG

Answers (1)

Star Strider
Star Strider on 3 Feb 2020
Use the contour function with the matrix of the results of your calculations.
  2 Comments
SALEH ALHUMAID
SALEH ALHUMAID on 19 Feb 2020
Error using contour (line 48)
Z must be at least a 2x2 matrix.
Star Strider
Star Strider on 19 Feb 2020
Use the griddata function to create matrices from whatever your vectors represent.

This question is closed.

Community Treasure Hunt

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

Start Hunting!