Community Profile

photo

SANDEEP SINGH RANA


Last seen: 6ヶ月 前 2021 年からアクティブ

統計

  • Thankful Level 3
  • First Review

バッジを表示

Content Feed

表示方法

質問


How to plot extract one point values in mini graph within graph?
Hi, I want to show the different in Y-axis values at point (say 10 X-axis point). But I am not able give axes values to the gra...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to rearrange matrix with the given matrix?
Hi let consider, we have a given matrix. Initial given matrix: columns rows 2 5 ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to reshape matrix without repeating values of matrix?
Hi, For example we have a matrix 4 x 2 and we have to rearrange matrix such that columns rows 2 5 ...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to reshape matrix according to the given matrix?
Hi, Let i have 10 X 1 matrix matrix_value indices 1 - 3 2 - 5 3 - 2 4 - 1 5 - 2 6 - 4 7 - 5 8 -1 9 - 4 10...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Calling same function shows index in position 1 exceed array bounds even having same input matrix size?
Hi, I am getting error in calling the same function with different matrix (of same size). The function is: All input matrix is...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to sort matrix having multiple row and columns in ascending or descending order?
Hi, I have a matrix of 50 x 10. What i want to do is to take the mean of 50 x 10 (column wise) and get 1 x 10. Then arrange the...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to generate random (2 integer number) pair from the given values (say integer from 1-10) without repeating the integer number?
Hi, I want to generate pair of 2 values from the given values so that values or number donot repeat. For example, for the valu...

約2年 前 | 1 件の回答 | 0

1

回答

質問


How to append different length column matrix to the end of a matrix?
Hi, I want to add different length column matrix at the end of the matrix. For example, In 1 iteration, add 2 x1 matrix, th...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


How to do column or row swapping or interchange in a matrix?
Hi, IFor example, In a matrix A = 3x5 , I want to swap complete column 2 with column 5. How can i do that. Is there any in-bu...

2年以上 前 | 2 件の回答 | 0

2

回答

質問


How to generate rician fading coefficients?
Hi, I want to write function for generating rician coefficients using input parameters such as K-factor, message length, root m...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


legend color does match with drawn lines?
Hi, I draw the plot and run the code but the legends color does not match with the line drawn? Does not Why, previously when i ...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


Can we change legend value without re-run the whole code?
Hi, Can I change the legend value without re-run the whole code as running whole code will take around 12 hours? By mistake in...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


colorbar problem in surf plot?
I want to plot 3D graph using 3 parameters but there is error in plotting colorbar. Matrix size of parameters and code to plot g...

2年以上 前 | 1 件の回答 | 0

1

回答

質問


how to determine position when pdf is given?
Hi, I want to generate the 2d Mobility Model and determine the positions along x and y axis so that i can calculate distance. T...

2年以上 前 | 0 件の回答 | 0

0

回答

質問


plot value divide error
for it=1:4305 iteration(it,1)=it; end figure; plot(iteration(:,1),Q(:,2)./(1*10^6),'-o','linewidth',1.5); xlabel('Number o...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


How to break loop when successive values are too close
I want to exit from the loop when successive matrix value is too close.For example:. For n=1:100 If f(n+1)==f(n)...

3年弱 前 | 2 件の回答 | 0

2

回答

質問


how to modify default gmdistribution parameters in evalcusters function?
I have use optimum = evalclusters(Points,'gmdistribution','silhouette','klist',[1:10]); for calculating the optimum no. o...

3年弱 前 | 0 件の回答 | 0

0

回答

質問


How I can append matrices of different dimensions in another matrix?
I want to make a empty matrix in which i want to append matrix of dimensions 3*1,4*1, 3*1,2*1 etc. It is better if I am able t...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


How to generate random vector with boundary limit and with fixed sum? Also ensure to same value when called the function with same parameters.
I want to generate random vector between 0 and 1 with fixed sum. I also want to ensure that if i run the function with same valu...

3年弱 前 | 1 件の回答 | 0

1

回答

質問


Continue, step in , step out are disabled after error in program
After error in " index in position 1 exceeds array bounds ( must not exceed 1), editor window is disabled. Function call stack ...

約3年 前 | 1 件の回答 | 1

1

回答

質問


How to append value to matrix after calling from function?
I have to call function 100 times and each time it generates value. I want to retrieve all values after the execution.

約3年 前 | 1 件の回答 | 0

1

回答