photo

khaaluna


2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

Feeds

보기 기준

질문


hi i have matrix of 90 columns and 1000 rows. i want if the sum of first row is greater than 9.29, then my code should search for minimum value and make it zero, but for some resons, my code not working for i=2. someone please help me fix it?
B=xlsread('userframe94.xlsx'); maxf=max(B); maxframe=sum(maxf); %total maximum required bandwidth p=0.25*maxframe;...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how to read data from different sheet of excel and use it in for loop nested with if else loop?
frame50=xlsread('frame50.xlsx') k=sum(frame50,2); %sum of first frame of 50 users and then second frames sum of 50 users %fra...

10년 초과 전 | 답변 수: 1 | 0

1

답변