Community Profile

photo

wasima tammi


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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 +...

9 years ago | 3 answers | 0

3

answers

Question


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...

9 years ago | 3 answers | 0

3

answers

Question


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 ...

9 years ago | 1 answer | 0

1

answer

Question


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...

9 years ago | 2 answers | 0

2

answers

Question


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'); %c...

9 years ago | 0 answers | 0

0

answers

Question


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...

9 years ago | 1 answer | 0

1

answer