photo

khaaluna


Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


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

mer än 10 år ago | 1 answer | 0

1

answer

Question


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

mer än 10 år ago | 1 answer | 0

1

answer