
Imagesc of a sine wave
2 views (last 30 days)
Show older comments
How does a sine wave with a imagesc plot look like?
0 Comments
Accepted Answer
KALYAN ACHARJYA
on 5 Nov 2019
Edited: KALYAN ACHARJYA
on 5 Nov 2019
t=0:.01:10;
%....^ change step size and see the results
f=10;
imagesc(sin(f*t))

More Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!