配列内の要素を行ごとに演算する方法を教えてください
88 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
例えば、下記配列A
A=
3 6
4 2
8 1
6 3
7 3
を配列B
B=
1行目1列目÷1行目2列目
2行目1列目÷2行目2列目
3行目1列目÷3行目2列目
4行目1列目÷4行目2列目
5行目1列目÷5行目2列目
を配列Bに格納する方法が知りたいです。
B=
3/6
4/2
8/1
6/3
7/3
Akzeptierte Antwort
Weitere Antworten (1)
Yoshio
am 20 Feb. 2018
是非無償で利用できる MATLAB 入門 https://jp.mathworks.com/training-schedule/matlab-onramp.html を使って勉強してみてください。2時間やってみると、お尋ねの質問は自分で解けるようになります。
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!