wasima tammi
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
243.371
of 295.467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
42.86%
VOTES RECEIVED
0
RANK
of 20.234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153.912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
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 +...
meer dan 9 jaar ago | 3 answers | 0
3
answersQuestion
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...
meer dan 9 jaar ago | 3 answers | 0
3
answersQuestion
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 ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 9 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 9 jaar ago | 1 answer | 0