フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

whenever I use ezcontourf I get an error message. How can I fix this? Or is there another function I can use instead?

1 回表示 (過去 30 日間)
Briana Pass
Briana Pass 2019 年 10 月 29 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
syms x y;
illum = 300/(4*pi*((x - 5)^2 + (y - 2)^2 + 3^2))
ezcontourf(@illum, [0 10 0 4]); colormap('gray'); axis equaltight

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 10 月 29 日
ezcontourf(illum, [0 10 0 4]); colormap('gray'); axis equal tight

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by