フィルターのクリア

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 日間)
Ibrahim Yildiz
Ibrahim Yildiz 2020 年 6 月 2 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
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