photo

khaaluna


Con actividad desde 2014

Followers: 0   Following: 0

Mensaje

Estadística

Feeds

Ver por

Pregunta


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;...

más de 10 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 10 años hace | 1 respuesta | 0

1

respuesta