フィルターのクリア

How can I plot 3 variable function with f(x,y,z) being represented by the color, using colorbar?

3 ビュー (過去 30 日間)
I'm using this command:

採用された回答

Shubham Khatri
Shubham Khatri 2021 年 7 月 6 日
Hi,
The error is because meshgrid function in the above code is giving 3D arrays as output and these cannot be used as inputs to mesh function.
Also, refer to the documentation link for mesh and meshgrid for more information.
Hope it helps

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSurface and Mesh Plots についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by