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

小测

回复: 小测

by 3207010002 魏千翔 -
Number of replies: 0
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