Imagesc of a sine wave

1 Ansicht (letzte 30 Tage)
BBB
BBB am 5 Nov. 2019
Kommentiert: BBB am 7 Nov. 2019
How does a sine wave with a imagesc plot look like?

Akzeptierte Antwort

KALYAN ACHARJYA
KALYAN ACHARJYA am 5 Nov. 2019
Bearbeitet: KALYAN ACHARJYA am 5 Nov. 2019
t=0:.01:10;
%....^ change step size and see the results
f=10;
imagesc(sin(f*t))
567.png
  2 Kommentare
BBB
BBB am 5 Nov. 2019
Thank you it works perfectly well. Really appreciate it.
BBB
BBB am 7 Nov. 2019
Hi,
this is in 2-D, what would I need to do get it in 3-D?

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu 2-D and 3-D 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!

Translated by