matrix elements scaling
4 ビュー (過去 30 日間)
古いコメントを表示
can anybody please tell me how to do scaling elements in matlab ? for example, I have a matrix like a = [1 2 4 5 6 4 9] I want to scale down the 3rd element by 2 that means 4/2 = 2 and last element 9 by 3 so that the new matrix will look like
a = [1 2 2 5 6 4 3]
thanks in advance dude
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Resizing and Reshaping Matrices についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!