필터 지우기
필터 지우기

Info

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

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 (최근 30일)
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개)

David Hill
David Hill 2020년 6월 2일
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!

Translated by