![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/22706645_1622454170250_DEF.jpg)
Aqeel Awan
Followers: 0 Following: 0
Estadística
6 Preguntas
0 Respuestas
CLASIFICACIÓN
97.939
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
6 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
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
code runs properly but the variables in workspace are not shown, How to resolve this issue?
% Matched Filter Probability of Detection clear mySNR = -30:30; find_PD_MF(10,mySNR); function find_PD_MF(threshold,snr) w...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to check that the Value of one array exist in another array, using function ?
RemainingSensor=[1 2 4]; Cover=[1 3]; [m,n]=size(RemainingSensor); for i=1:m for j=1:n r=RemainingSensor(i,j)...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
I want to compare two arrays and check that which value is missing in second array as compared to first one?
A=[ 0 1 1 ; 1 1 0 ]; target=[1 2 3 4]; [m,n]=size(A); c1=0;cover1=[];sum_coord=[];sss=0; for i=1:m cc=0;t_co...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to get the one by one value of array using variable?
node=[9 44 5]; [m,n]=size(node); for i=1:m for j=1:n % end end i want to get one by one value o...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
how I can delete value from an array?
m=4;node_tk=2;node=[];a=0; for i=1:m a=a+1; node(a,:)=i; end for i=1:m if node_tk== node(i) ...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Sir I Want to place some target point in a reign of 100x100 and then cover them with Some sensor node like this given diagram, How I can do this?
más de 3 años hace | 0 respuestas | 0