I am currently trying to plot the radon transform of f(x,y)=cos(ax+by)
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
yanqi liu
am 29 Mär. 2022
yes,sir,may be use fmesh to plot,such as
syms x y
fmesh(cos(x+y))
0 Kommentare
Siehe auch
Kategorien
Mehr zu Surface and Mesh Plots finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!