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

1 visualización (últimos 30 días)
Levi Stevens
Levi Stevens el 29 de Mzo. de 2022
Respondida: yanqi liu el 29 de Mzo. de 2022
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?

Respuestas (1)

yanqi liu
yanqi liu el 29 de Mzo. de 2022
yes,sir,may be use fmesh to plot,such as
syms x y
fmesh(cos(x+y))

Community Treasure Hunt

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

Start Hunting!

Translated by