Community Profile

photo

SANDEEP SINGH RANA


Last seen: 6 månader ago Active since 2021

Statistics

  • Thankful Level 3
  • First Review

View badges

Content Feed

View by

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

ungefär 2 år ago | 1 answer | 0

1

answer

Question


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

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

1

answer

Question


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

mer än 2 år ago | 2 answers | 0

2

answers

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

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

1

answer

Question


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

mer än 2 år ago | 0 answers | 0

0

answers

Question


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

nästan 3 år ago | 0 answers | 0

0

answers

Question


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

nästan 3 år ago | 2 answers | 0

2

answers

Question


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

nästan 3 år ago | 0 answers | 0

0

answers

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

nästan 3 år ago | 1 answer | 0

1

answer

Question


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

ungefär 3 år ago | 1 answer | 1

1

answer

Question


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.

ungefär 3 år ago | 1 answer | 0

1

answer