what does this symbols mean
    4 vues (au cours des 30 derniers jours)
  
       Afficher commentaires plus anciens
    
what does it mean
:).'
it was from
class.a(arg1,:).',arg3,...)
0 commentaires
Réponse acceptée
  KSSV
      
      
 le 24 Avr 2020
        : stand for all.....if comes in row place means all rows, if comes in column means all columns. 
' stands for transpose. 
. works for complex, when you transpose ('), complex gets transposed with conjugate. .' will not do conjugate. 
0 commentaires
Plus de réponses (0)
Voir également
Catégories
				En savoir plus sur Creating and Concatenating Matrices 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!

