How to simplfy nested while loop to make a time saving with MATLAB?

后端 未结 0 369
情歌与酒
情歌与酒 2021-01-23 23:23
    list(i3,1)=job(p,oldlist(i3)).time;
    list(i3,2)=job(p,oldlist(i3)).id;
    list(i3,3)=job(p,oldlist(i3)).jobsequence;
    list(i3,4)=1;
    list(i3,5)=0;
    
            


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题