What does y= [40;0] mean?
    1 visualización (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Jovos
 el 5 de Abr. de 2016
  
    
    
    
    
    Respondida: Star Strider
      
      
 el 5 de Abr. de 2016
            What does the following code mean?
 y= [40;0];
0 comentarios
Respuesta aceptada
  Star Strider
      
      
 el 5 de Abr. de 2016
        It assigns ‘y’ to a (2x1) column vector, with the first row being 40 and the second row being 0.
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!

