Seemab Janjua
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
21.341
of 295.673
REPUTACIÓN
2
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
83.33%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.257
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
error in Correlation Coef
i am using code ddt=randn(10,3); ddm=randn(10,1); nd=size(ddt,2); for i=1:nd tw(i) = corrcoef(ddt(:,i),ddm); end; ...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
query about validation set
net = newff(inputs,outputs,14); net.divideParam.trainRatio = 70/100; net.divideParam.valRatio = 15/100; net.dividePar...
casi 9 años hace | 2 respuestas | 0
2
respuestasPregunta
validation sets vs test sets
what is difference between validation and test datasets ?
casi 9 años hace | 2 respuestas | 1
2
respuestasPregunta
query about grouped data
<</matlabcentral/answers/uploaded_files/41700/title.png>> i have dataset (image attached) and i want to group data for every ...
casi 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Histogram decimal value error
Undefined function 'histogram' for input arguments of type 'double', in this code x = randn(1000,1); nbins = 25; h = histo...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Frequency against every value
i have dataset with column data,the last column in the dataset which i have attached.i want to calculate all number of data grea...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
time for 50 events
i have data with fields Year Month Day Hour Min Sec(data file is attached also).i want to find elapsed time of 50 events in da...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Elapsed Time for specific month
i have dataset as follow 1976/1/30 20:45:48.81 1976/2/2 3:58:35.29 1976/2/3 10:3:31.11 1976/2/3 13:14:40.79 1976/2/6 16:24...
alrededor de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
Question about elapsed time
I have dataset consists of 2 columns named Dateandtime and magnitude as follow 6/11/2015 9:19 5 6/11/2015 16:12 ...
alrededor de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
Radial Basis Function help
i have dataset of Earthquake , which has 295 rows and 9 columns.i have made input as DataSetIn which has 295 rows and 8 columns ...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
time interval and associated elapsed time
I have dataset of 1000 entries with date and magnitude column.i want to calculate the elapsed time between first hundred entries...
más de 9 años hace | 1 respuesta | 0
1
respuestaPregunta
managing year and months
i have dataset in following formay M = [2015 1 5 ; 2015 1 6 ; 2015 2 6 ; 2014 3 6 ; ] split like this A = [...
más de 9 años hace | 2 respuestas | 0