Qurak

MapThread

可用

Applies a function to corresponding elements in several lists.

MapThread[f, {{a1, a2, …}, {b1, b2, …}, …}]
MapThread[f, {expr1, expr2, …}, n]
MapThread[f]
MapThread[Plus, {{1, 2}, {3, 4}}] → {4, 6}MapThread[f, {g}] → MapThread::mptd: Object g at position {2, 1} in MapThread[f, {g}] has only 0 of required 1 dimensions. MapThread[f, {g}]

使用於

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個