matlab 学生分组程序

%抽签程序 clear all; nameListId = 1:37;%总人数,学生学号note;这里假设学号按顺序排序 tempListId = nameListId; groupNum = 5;%预组个数,若groupNum=1,则至关于打乱排序 groupNumAdd = 0; groupAdd = []; groupMembers = round(max(nameListId)/group
相关文章
相关标签/搜索