Feeds
질문
clear plot and add a new plot to the current figure
I have a plot that I am showing it in figure 1. and also an iteration of 10 times RRHcoo_x=[-560,-280,0,280,560,-560,-2...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
calculating MSE and Mean in an array
I am trying to calculate fairness index of some values that are in an array like: loadofRRH = [L1,L2,L3,L4,L5,L6] ...
거의 8년 전 | 답변 수: 0 | 0
0
답변질문
check the row that has at least one non zero element, except one row
I have a matrix that has 20 rows and I have to calculate some thing only on the rows that have at least one element, except one ...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
finding MSE of elements in an array
I am trying to calculate MSE of some elements that are in an array, for example: a=[2,3,4,16,7,19,10] how can I find MSE f...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
for loop returns NaN
I am trying to do this in my code: for i=1:c+1 load(row) = load(row)+(ro(row,i)* MinRateCurrentUserRRH(row,i))/(log(...
거의 8년 전 | 답변 수: 1 | 0
1
답변질문
executing for loop from 1 to n except one number
I have a specific number, for example row=3; and I have a for like: for i=1:n SOMETHING end and n is a matrix's r...
거의 8년 전 | 답변 수: 1 | 1
1
답변질문
shift matrix from a specific row
I have a matrix that I need to shift some rows according to a special number i, for example if i=3 I have to shift all rows from...
거의 8년 전 | 답변 수: 2 | 0
2
답변질문
find nonzero minimum element in a matrix
hello every one, I am new in matlab and I have a simple question. I have a 5 * 10 matrix which concludes numbers less than 1 ...
거의 8년 전 | 답변 수: 1 | 0
