Info

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

If you have an unknown function of 2 variables, and you have generated data on this function that does not necessarily fit on to a rectangular grid, how would you plot this data? (Answer either verbally or with exemplary Matlab code).

1 view (last 30 days)
If you have an unknown function of 2 variables, and you have generated data on this function that does not necessarily fit on to a rectangular grid, how would you plot this data? (Answer either verbally or with exemplary Matlab code).

Answers (1)

David Hill
David Hill on 2 Jun 2020
surf(x,y,f(x,y));

Community Treasure Hunt

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

Start Hunting!