Community Profile

photo

Matlab111


VIT University

Last seen: 2 meses hace Con actividad desde 2014

Estadísticas

  • Thankful Level 4

Ver insignias

Content Feed

Ver por

Pregunta


Complex or sparse input following 'like' is not supported
randn(100, 'like', 1j); Error: Error using randn Complex or sparse input following 'like' is not supported. Could anyone...

5 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


Matlab error and Java error, Version mismatches even through both platform has same version of Java
Error occurs, I try to excute below program file from Java, as this program calls matlab's .m file as fucnctions and excute the ...

más de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


How to find a residual energy for this nodes ?
sir, i have attached my code below please go through it and run this code. In that i have highlighted like this %%%%%%%%%%%...

más de 8 años hace | 0 respuestas | 0

0

respuestas

Pregunta


How to delete an repeated values in this case?
I should not get the repeated values of _"[allR11; allR21]_ _"_(line no:391), just run my code you will get so many repeated val...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to delete particular values in this matrix ?
[a b]=[ 0.5708 0.0755 0 0 0 0 0 0 0 161.5569 ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to delete an repeated values in matrix?
I have matrix like this, so how to delete repeated values in this case? [a b]=[197.9040 11.6502 41.6502 41.3856 ...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to delete a zeros in matrix?
I have a matrix like this a=[ 0.7446 0.0364 186.1153 0 134.5022 114.8212 84.7745 130.8661 0 ...

alrededor de 9 años hace | 3 respuestas | 0

3

respuestas

Pregunta


How to combine this value ?
Actually i want to store the value, for example clc clear all close all for k=1:2 allR11=rand(1,10); d6=length(allR11);...

alrededor de 9 años hace | 4 respuestas | 0

4

respuestas

Pregunta


Compare two different set of matrix?
How to compare two different set of matrix like this a=[81 82 93 102 57 98]; b=[81 ...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to delete an empty matrix ?
i want delete an empty matrix in this code, after running this code you will get an empty matrix... a=[ 30.4596 37.6811 ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to display the row number ?
i want to know how to display a row numbers in this example: a=[ 'X' 'Y' 'Z' 30.4596 37.6811 93.0000 ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to compare different matrix?
i want to compare two different matrix that has given below 'a' and 'b' a=[ 'X' 'Y' 'Z' 30.4596 37.6811 ...

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to delete repeated column in this matrix?
a= [6.7747 15.1502 126.0000 67.9227 33.3699 74.0000 54.9636 40.7709 74.0000 102.5013 144.4162 4...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to check two unbalanced matrix?
For example: X=[1;2;3;4;5]; Y=[2]; if this matched than i should get Z as matched value like this Z=[2];

alrededor de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to delete a row in matrix?
For example: a=[10; 2; 3; 4; 44; 5; 5; 56] i need to delete first element,in this case, i ne...

alrededor de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to find the nearest neighbors points in this case ?
just see this image 1 in this they where creating wsn(wireless sensor network). This i have done in matlab you can see my coding...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to store all values in one matrix in my code ?
here start's my code see below and run my code after running my code you will get like this r = 0 All cluster he...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to choose the maximum value in the given matrix ?
i have an matrix like this a=[ X Y E D 4.3066 22.2961 0.9986 123.2685 15.7457 67.8913...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to store a matrix values in this code?
Just run my code you will get so many 'CH' values like this "CH=[150.5936 99.3701 0.9997 50.5976 ]" and now i want to...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to store a data by getting from for loop in matlab ?
For example i'm getting value like this a=[192.1225 60.2626 0.9993 100.3275]; for 'n' number of iteration, which m...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how to delete particular row in given matrix?
like this ('a' and 'b' will get varies;in this row will get varies and column is constant) a=[181.2033 169.4197 1.0000]...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to delete particular row in given matrix ?
like this matrix a=[190.6412 159.7899 0.9991]; b=[180.1084 166.6349 0.9992 190.6412 159.7899 0.9991 179.59...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to get the correct value from the given matrix?
like this i have one matrix a=[194.2015 74.0495 1.0000 193.9793 124.4735 1.0000 168.2779 80.5468 1.000...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to select an maximum value from this matrix?
i have an matrix like this a=[ 1.7923 179.1685 0.9985 38.6896 186.7030 1.0000 27.9668 191.8023 0.9988...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to get and residual energy for cluster head and cluster member ?
<http://www.mathworks.in/matlabcentral/answers/153186#comment_235285> sir from your code i can get an cluster head and cluster h...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Tell the what is "I" represents and explain by seeing my code?
I need to know the what "I" represents in this program and how they are getting that value explain me clearly please... in prog...

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how to do multihop communication in wsn by using matlab ?
i want to do multihop communication in matlab. which means, like this <</matlabcentral/answers/uploaded_files/17745/Captur...

más de 9 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how to extract the value from voronoi diagram in matlab?
I need to know how to extract the value from the "voronoi" diagram in matlab. Please reply to me as soon as possible. <</ma...

más de 9 años hace | 1 respuesta | 1

1

respuesta

Pregunta


choose some random number from the given number matlab
a=[0.1,0.1,0.1,0.2,0.3]; from this i want to choose some random number Note: answer may be like "a=0.1,0.2"

más de 9 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to divide x and y axis in graph ?
I'm have the value of X and value of Y by using this i can plot a graph but i want divide that point with some value Note: x...

más de 9 años hace | 2 respuestas | 0

2

respuestas

Cargar más