Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のデータがあります。
a b c d 5 9 6 0 3 1 3 2
1 行目に文字、2 行目に数字。
2 行目の最大の数字に対応する文字を取得するにはどうすればよいですか? また、2 行目の対応する数字を増やすにはどうすればよいですか? (たとえば、ここでは、列bに最大の数値が9あるので、その数値を 10% 増やします。)
b
9
Dyalog バージョン 17.1 を使用しています。