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 CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by