What is u(1:1+int,1)?
    8 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Yilmaz Sagdic
 el 12 de Nov. de 2019
  
    
    
    
    
    Respondida: Nadir Altinbas
      
 el 12 de Nov. de 2019
            Hello everybody,
I am looking for what is the meaning of u(1:1+int,1)  ? I searched but i wasn't able to find what is this and purpose. I thought it is incrementing first row for each step. Am I wrong? Thank for your help..
0 comentarios
Respuesta aceptada
  Nadir Altinbas
      
 el 12 de Nov. de 2019
        u(1:1+int,1) this type commands represents unit step where 1+int depends on and interval increment by one and its usage by (for ....)
see also
0 comentarios
Más respuestas (1)
  Fangjun Jiang
      
      
 el 12 de Nov. de 2019
        Do the following line by line to unerstand it
u=magic(6)
int=4
1:1+int
u(1:1+int,1)
0 comentarios
Ver también
Categorías
				Más información sobre Resizing and Reshaping Matrices en Help Center y File Exchange.
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


