求mathematica大神帮忙coeff1 = Table[ SPM[f, 0.1, 1.5, 180, \[Theta], \[Theta], \[Epsilon]r, sp], {\[Theta], astart, aend, astep}];vdata1 = Map[{#[[1]], #[[2]]} &, coeff1];我想知道这个Map里面的句子是啥意思?

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/03 02:48:07
求mathematica大神帮忙coeff1 = Table[ SPM[f, 0.1, 1.5, 180, \[Theta], \[Theta], \[Epsilon]r, sp], {\[Theta], astart, aend, astep}];vdata1 = Map[{#[[1]], #[[2]]} &, coeff1];我想知道这个Map里面的句子是啥意思?

求mathematica大神帮忙coeff1 = Table[ SPM[f, 0.1, 1.5, 180, \[Theta], \[Theta], \[Epsilon]r, sp], {\[Theta], astart, aend, astep}];vdata1 = Map[{#[[1]], #[[2]]} &, coeff1];我想知道这个Map里面的句子是啥意思?
求mathematica大神帮忙
coeff1 = Table[ SPM[f, 0.1, 1.5, 180, \[Theta], \[Theta], \[Epsilon]r, sp], {\[Theta], astart, aend, astep}];
vdata1 = Map[{#[[1]], #[[2]]} &, coeff1];
我想知道这个Map里面的句子是啥意思?

求mathematica大神帮忙coeff1 = Table[ SPM[f, 0.1, 1.5, 180, \[Theta], \[Theta], \[Epsilon]r, sp], {\[Theta], astart, aend, astep}];vdata1 = Map[{#[[1]], #[[2]]} &, coeff1];我想知道这个Map里面的句子是啥意思?
把参数1的函数形式作用到参数2的列表的每一个第一层的元素上,建议多用F1看自带帮助,那才是最好的教材