How do i transfer contents from one variable to another?
    2 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Bazil Faisal
 el 5 de Jul. de 2022
  
    
    
    
    
    Comentada: Karim
      
 el 5 de Jul. de 2022
            
Hi! 
Would like to get help.
How do i transfer the contents of variable H to K1? 
Variable H contains/is a matrix of size 1x5913.
Thank You!
1 comentario
  Karim
      
 el 5 de Jul. de 2022
				what do you mean with "transfer the content"? Do you want K1 to have the same data as H?
In that case you can simply do 
K1 = H;
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
				Más información sobre Dynamic System Models 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!


