
How to draw 3d signal
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Debasish Jana
 el 8 de Abr. de 2020
  
    
    
    
    
    Editada: Mehmed Saad
      
 el 8 de Abr. de 2020
            I want to draw series of signals like this

0 comentarios
Respuesta aceptada
  Mehmed Saad
      
 el 8 de Abr. de 2020
        
      Editada: Mehmed Saad
      
 el 8 de Abr. de 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 comentarios
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!