basic question about matrices
    8 ビュー (過去 30 日間)
  
       古いコメントを表示
    
Given a Matrix A, 
- Create a row vector of 1's that has same number of elements as A has rows.
- Create a column vector of 1's that has the same number of elements as A has columns.
- Using matrix multiplication, assign the product of the row vector, the matrix A, and the column vector (in this order) to the variable result.
Think about what the result represents...
explain the step of solving
0 件のコメント
採用された回答
  Philippe Lebel
      
 2019 年 11 月 25 日
        
      編集済み: Philippe Lebel
      
 2019 年 11 月 25 日
  
      As i think this is an homework i'd suggest reading:
and
2 件のコメント
  Guillaume
      
      
 2019 年 11 月 25 日
				And I'd recommend going through the free matlab onramp course, and reading the getting started tutorial in the doc because, frankly, this is extremely basic homework that anybody who's doing a matlab course should be able to do on their own if they put a modicum of effort.
その他の回答 (0 件)
参考
カテゴリ
				Help Center および File Exchange で Matrix Indexing についてさらに検索
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

