How do i transfer contents from one variable to another?
    2 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    

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 commentaire
  Karim
      
 le 5 Juil 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;
Réponse acceptée
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Dynamic System Models dans Help Center et File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!