![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21901063_1615981384246_DEF.jpg)
SANDEEP SINGH RANA
Followers: 0 Following: 0
Statistik
21 Fragen
0 Antworten
RANG
35.045
of 297.016
REPUTATION
1
BEITRÄGE
21 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
71.43%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to rearrange matrix with the given matrix?
Hi let consider, we have a given matrix. Initial given matrix: columns rows 2 5 ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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)...
mehr als 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
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...
mehr als 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 ...
fast 4 Jahre vor | 1 Antwort | 1
1
AntwortFrage
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.
fast 4 Jahre vor | 1 Antwort | 0