How to draw 3d signal
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Debasish Jana
le 8 Avr 2020
Modifié(e) : Mehmed Saad
le 8 Avr 2020
I want to draw series of signals like this
0 commentaires
Réponse acceptée
Mehmed Saad
le 8 Avr 2020
Modifié(e) : Mehmed Saad
le 8 Avr 2020
figure,plot3(1*ones(1,10),1:10,randn(1,10))
hold on,plot3(2*ones(1,10),1:10,randn(1,10))
hold on,plot3(3*ones(1,10),1:10,randn(1,10))
0 commentaires
Plus de réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!