第六章 心理学工具箱讨论区(提问或回答均计分)

小测

小测

by 王菲 2019应用心理学 -
Number of replies: 1

小测第六题要怎么组成8个词对呢?我做到呈现4个词对就不会了,老师上课好像讲过,当时没有记下来然后现在忘记怎么做了...

In reply to 王菲 2019应用心理学

回复: 小测

by 3207010002 魏千翔 -
positive={'满意', '慷慨'};
negative={'失望', '吝啬'}
count=0;
for i=1:length(positive)
for j=1:length(negative)
count=count+1;
StimInd(count).o1=positive{i};
StimInd(count).o2=negative{j};
count=count+1
StimInd(count).o1=negative{j};
StimInd(count).o2=positive{i};
end
end