Imagesc of a sine wave

4 vues (au cours des 30 derniers jours)
BBB
BBB le 5 Nov 2019
Commenté : BBB le 7 Nov 2019
How does a sine wave with a imagesc plot look like?

Réponse acceptée

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

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur 2-D and 3-D Plots dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by