
How to draw 3d signal
    2 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Debasish Jana
 il 8 Apr 2020
  
    
    
    
    
    Modificato: Mehmed Saad
      
 il 8 Apr 2020
            I want to draw series of signals like this

0 Commenti
Risposta accettata
  Mehmed Saad
      
 il 8 Apr 2020
        
      Modificato: Mehmed Saad
      
 il 8 Apr 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 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

