Estadística
27 Preguntas
0 Respuestas
CLASIFICACIÓN
20.607
of 297.016
REPUTACIÓN
2
CONTRIBUCIONES
27 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
25.93%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
help n=12 for I=1:n p(I) =rand p(I) =28×p(I) p(I)=ceil(p(I)) end I need to put constraint on this code must be theres no redanandnt values ..so if n=28 p will be all the numbers from 1:28 but in random
n=12 for I=1:n p(I) =rand p(I) =28×p(I) p(I)=ceil(p(I)) end I need to put constraint on this code must be theres no ...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
help I need matlab code for generate a row vector that its length variable according to no of link failure and the valuse of the row vector will generate randomly between 1 to 28 and the condition there's no redanandnt values
help I need matlab code for generate a row vector that its length variable according to no of link failure and the valuse of the...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
ms=[ 2 8; 3 6; 1 9; 4 3]for t=1:10s= rand valued= rand valuelet s=9 and d=1ss=[s d]dd=[d s] if any rowwith all column of ms = ss or dd I will do something in this time iteration else do another thing
ms=[ 2 8; 3 6; 1 9; 4 3] for t=1:10 s= rand value d= rand value let s=9 and d=1 ss=[s d] dd=[d s] if any row with all col...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help I need to correct this program because I have some trouble in run correctly
ms=[ 2 8; 3 6; 1 9; 4 3] for t=1:10 s= rand value d= rand value let s=9 and d=1 ss=[s d] dd=[d s] if any row with all c...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help I need matlab code to find two values with their index the closest and maximum value and the closest and minimum value
distance = sqrt((xd-x(I))^2 +(yd-y(I))^2) help I need matlab code to find two values with their index the closest and max...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help find two closet node with their index ..distance = sqrt((xd-x(I))^2 + (yd-y(I))^2)
help find two closet node with their index ..distance = sqrt((xd-x(I))^2 + (yd-y(I))^2)
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
help I have 40 iteration , 10 iteration of 40 at random to do something and the other 30 iteration for do another thing??
help I have 40 iteration , 10 iteration of 40 at random to do something and the other 30 iteration for do another thing?? for t...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
help I need matlab code that multiply each element in each coulmn by a each element in avector with the same length
help I need matlab code that multiply each element in each coulmn by a each element in avector with the same length
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Conditional logic if possible empty result query
m1= find((d1 <= r & x(source) < x & x<= x(destination) | ... d1 <= r & y(source) & y(destination) This code ...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
help I need matlab code I have this condition m=find(distance<=r & distance~=0) after we get m values as a row vector I need to choose one of m's value randomly
help I need matlab code I have this condition m=find(distance<=r & distance~=0) after we get m values as a row vecto...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
need matlab such that for I=1 :4 s=cumsum (q (:,I)) End I know cumsum deal with row vector not a column vector so who to a change it works to do what I need
I need matlab such that for I=1 :4 s=cumsum (q (:,I)) End I know cumsum deal with row vector not a column vector so who to a c...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I needed matlab code for cumulative sum of column vector
I needed matlab code for cumulative sum of column vector
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
for I=1:4 summation = dot(h(:,1),q(:,I))*q(:,I) end let h 3*3 matrix and q(:,I) vector column with 3 element I need every result of I+1 coming from sum of result I and the current result I+1
for I=1:4 summation = dot(h(:,1),q(:,I))*q(:,I) end let h 3*3 matrix and q(:,I) vector column with 3 element I need every resu...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help matlab code for summation from 1 to 4 dotproducts between two column vector multiple bycolum vector such as 《dot h(:,1),q(:,I)》*q(:,I)
help matlab code for summation from 1 to 4 dot products between two column vector multiple by colum vector such as 《dot h(:,1)...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help matlab code for summation from 1 to 4 dot products between two column vector multiple by colum vector such as 《dot h(:,1),q(:,I)》*q(:,I)
help matlab code for summation from 1 to 4 dot products between two column vector multiple by colum vector such as 《dot h(:,1),q...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
i need the matlab code for programming qr function
i need the matlab code for programming qr function
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
m = find ((d2< r& ×(s)<y) l (d2<r& y (s)<y)) I wrote like this condition but it doesn't work I need if first condition is false or work with condition two
m = find ((d2< r& ×(s)<y) l (d2<r& y (s)<y)) I wrote like this condition but it doesn't work I need if first condition is...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
what's the difference between | and || in matlab??
what's the difference between | and || in matlab??
alrededor de 10 años hace | 2 respuestas | 1
2
respuestasPregunta
I need matlab code for building loop with different length each iteration
I need matlab code for building loop with different length each iteration
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help I need matlab code to to change randn instruction to rand and limit its value between 0 and 1
help I need matlab code to to change randn instruction to rand and limit its value between 0 and 1
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
help I need matlab code for bulid a static network I generate a position randomly but I don't need to make a fixed position by code rand (state,'0') because I use rand in another position
help I need matlab code for bulid a static network I generate a position randomly but I don't need to make a fixed position by c...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
help I need matlab code for build avector, initially this vector don't have any value but I have a loop do something and in every run this value save a value with different length according to value that a loop represent
help I need matlab code for build avector, initially this vector don't have any value but I have a loop do something and in eve...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
help how can I find the minimum number and return it's index in each row?
help how can I find the minimum number and return it's index in each row?
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
hello can you help me I need matlab code for random greedy routing
hello can you help me I need matlab code for random greedy routing
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I need programming the standard gossip algorithm please help me
I need programming the standard gossip algorithm please help me
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
hello I want build a function that calculate the neighbours node for each node ...of course I genrete a node randomly with 3 dimensions
hello I want build a function that calculate the neighbours node for each node ...of course I genrete a node randomly with 3 d...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
I need matlab code for standard gossip algorithm for calculate averaging in wireless sensor network and also I need matlab code for push sum algorithm to calculate averaging in WSNs
I need matlab code for standard gossip algorithm for calculate averaging in wireless sensor network and also I need matlab cod...
más de 10 años hace | 0 respuestas | 1