Community Profile

photo

negin tebyani


Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 3

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 1

1

answer

Question


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

6 years ago | 2 answers | 0

2

answers

Question


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

6 years ago | 1 answer | 0

1

answer