Bhargav Boddupalli
Followers: 0 Following: 0
Estadística
3 Preguntas
0 Respuestas
CLASIFICACIÓN
98.170
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.242
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.057
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
Extracting a constant values from a 2D matrix
Hi, Is there a function which can be used to extract constant/nearest value to a particular value from a 2D? Thanks
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Improving my code - I'm trying to generate a checkerboard of size (222,786); length of each size 20. My code did work but I feel the logic can be improved. Kindly help.
% Channel number 90 to 875 chan = 1:1:786; no_of_chan=length(chan); % ffid 77 to 298 ffid = 1...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
I'm trying to check for a NaN value in an array in if condition expression but the control is not entering inside if condition.
For example : A = [1 2 3 NaN 3 5]; if isnan(A) ~= 0 %... end
alrededor de 7 años hace | 1 respuesta | 0