Imagesc of a sine wave

4 views (last 30 days)
BBB
BBB on 5 Nov 2019
Commented: BBB on 7 Nov 2019
How does a sine wave with a imagesc plot look like?

Accepted Answer

KALYAN ACHARJYA
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))
567.png
  2 Comments
BBB
BBB on 5 Nov 2019
Thank you it works perfectly well. Really appreciate it.
BBB
BBB on 7 Nov 2019
Hi,
this is in 2-D, what would I need to do get it in 3-D?

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!