what does this symbols mean
    4 ビュー (過去 30 日間)
  
       古いコメントを表示
    
what does it mean
:).'
it was from
class.a(arg1,:).',arg3,...)
0 件のコメント
採用された回答
  KSSV
      
      
 2020 年 4 月 24 日
        : 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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Creating and Concatenating Matrices についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

