ihab
Followers: 0 Following: 0
Estadística
13 Preguntas
0 Respuestas
CLASIFICACIÓN
253.518
of 295.527
REPUTACIÓN
0
CONTRIBUCIONES
13 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
23.08%
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
loop a script on my dataset file.
i have script that input a dataset from file and output a fig. i want to make script that loops on all dataset file one by one...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
how to save all output of a loop in a matrix. the loop run throug 200 files dataset and return column vector of 800 points each iteration , i need to have 200x800 matrix as result
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
how to save all output of a loop in a matrix. the loop run throug 200 files dataset and return column vector of 800 points each iteration , i need to have 200x800 matrix as result
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
i have a matlab code for feature extraction, how i apply this code to all my dataset in a file .without applying it one at atime.
i have a Matlab code for feature extraction, how i apply this code to all my dataset in a file .without applying it one at a tim...
alrededor de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
two pass split window filter
i have spectrogram time X frequency matrix ,with peaks that i want, and noise that i dont want, so, how to use two pass split w...
más de 6 años hace | 1 respuesta | 0
1
respuestaPregunta
i have S 300x800 data set matrix , i need code for replacing coloumns
i have S 300x800 data set matrix , i need code for replacing column 120 with 50,and 120 with 121,and 240 with 100 and 240 with ...
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
i have nonseperable data , want to use svm kernel trick,
i have the 2 class data shown in the attached, i want to use kernel trick in svm to get the best classification .
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
i want to add 2 signals with different freq.
i have this SCREW (t)=A0*cos(PHI0*t)+A1*cos(PHI1*t)+A2*cos(PHI2*t)+A3*cos(PHI3*t); the result always A0*cos(PHI0*t) only if i...
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
send variable to workspace
i have a code starting with a function, the only variable i get in the workspace is 'ans'. i have other variables inside my cod...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
i want to get variable in the work space
i want to get a variable in the work space ; i can display it in the command window but not saved in the work space.
alrededor de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
every time i plot signal spectrum from 0-250 ,its flat between o-100
i have a signal consists of multiple frequencies plus noise , when i use SPECTRUM = db(abs(TEMPFFT(512:-1:1))) to plot spectr...
más de 8 años hace | 0 respuestas | 0
0
respuestasPregunta
index must be a positive integer or logical
this is part of my code with SPEED=8 ASPECT=30 DOPPLER = 2925/(2925 + SPEED*cos(ASPECT)); TONE_A=88*DOPPLER; atten(T...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
why i cant have a=zeros(1:200)?
i get these message "Error using zeros Maximum variable size allowed by the program is exceeded" when i use a=zeros(1:200)
alrededor de 9 años hace | 2 respuestas | 0