I am currently trying to plot the radon transform of f(x,y)=cos(ax+by)

2 ビュー (過去 30 日間)
Levi Stevens
Levi Stevens 2022 年 3 月 29 日
回答済み: yanqi liu 2022 年 3 月 29 日
I am currently trying to plot the radon transform of f(x,y)=cos(ax+by) where a is any vlaue and b is greater than 0. How would I do this using the radon function?

回答 (1 件)

yanqi liu
yanqi liu 2022 年 3 月 29 日
yes,sir,may be use fmesh to plot,such as
syms x y
fmesh(cos(x+y))

カテゴリ

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