![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6231464_1522112736516_DEF.jpg)
wasima tammi
Followers: 0 Following: 0
Estadística
7 Preguntas
0 Respuestas
CLASIFICACIÓN
101.283
of 297.046
REPUTACIÓN
0
CONTRIBUCIONES
7 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
42.86%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
suppose i have two dataset p and q and need to compare?? but how if its in excel file ??
i have 2 dataset p and q and i want to compare 1st row all columns of p with each row with all columns of q and want to count th...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
how to compare two different matrix and set a counter to calculate how many rows matches with all its columns??
% count1=0; %for i=1:size(p1) % for j=1:size(q1) % if find ( p1(i,:)==q1(j,:)) % count1=count1 +...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
how to declare all the rows and all column in matlab in a matrix or array??
suppose i need to remove all the zeros from a dataset and within a if else condition if the i no rows found zeros with all its c...
casi 10 años hace | 3 respuestas | 0
3
respuestasPregunta
how to delete the rest of the zeros from a matrix
suppose this the output c=[0 0 0 0; 0 0 0 0; 1 1 1 1] now how could i delete the other zeros for a looop and only print the ...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i assign a full row into a new row?
suppose T = [1 2 3 4; 3 4 5 6] and i want to assign the 1st row with all the column into a new row like P and th...
casi 10 años hace | 2 respuestas | 0
2
respuestasPregunta
how to printout the outputs of the clusters while doing it using the built in functions??
suppose here are the parameters P=xlsread('NSL_KDD_TRAIN.xlsx','A2:AO125'); Q=xlsread('NSL_KDD_TRAIN.xlsx','AP2:AP125'); %cl...
casi 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how can i split a column and create a new one??
suppose A is the column A= 1 2 3 4 4 4 4 3 3 3 2 2 1 and i want m= 1 1; n= 2 2 2; o= 3 3 3 3; p= 4 4 4 4 ; can anyon...
casi 10 años hace | 1 respuesta | 0