
Imagesc of a sine wave
3 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
How does a sine wave with a imagesc plot look like?
0 Commenti
Risposta accettata
KALYAN ACHARJYA
il 5 Nov 2019
Modificato: KALYAN ACHARJYA
il 5 Nov 2019
t=0:.01:10;
%....^ change step size and see the results
f=10;
imagesc(sin(f*t))

Più risposte (0)
Vedere anche
Categorie
Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!