Vishnu Kant
Followers: 0 Following: 0
Statistics
7 Questions
0 Answers
RANK
119,927
of 295,467
REPUTATION
0
CONTRIBUTIONS
7 Questions
0 Answers
ANSWER ACCEPTANCE
85.71%
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
Directed matrix to Undirected matrix
I have directed network matrix which i want to convert to undirected matrix. Suppose i have following directed matrix G =[0...
6 years ago | 1 answer | 0
1
answerQuestion
Converting each cell of an array to one block diagonal matrix
I have a cell array where each cell contains different size of square adjacency matrix for example A = 29x29 double ...
6 years ago | 2 answers | 0
2
answersQuestion
Converting a function to cellfun format
I had a matrix A(32x8) for which I wrote the following function function x = y(A) x=[A(:,1:2),isnan(A(:,3:5)),A(:,6:end)...
6 years ago | 1 answer | 0
1
answerQuestion
Extracting multiple matrix from a single matrix
I have a matrix(type double) similar to the following example: X = [ 23 3 5 1; 21 45 8 1; ...
6 years ago | 1 answer | 0
1
answerQuestion
Creating adjacency from the matrix containing not sequence number
I have a 4x6 matrix (directed network) similar to the following example:So first column represent individuals and each rows repr...
6 years ago | 2 answers | 0
2
answersQuestion
Creating adjacency matrix for network analysis
I have a matrix 29*33 like in the table(attached)/picture <</matlabcentral/answers/uploaded_files/129789/Screen%20Shot%2020...
6 years ago | 1 answer | 0
1
answerQuestion
I have a column(29,1) and each cell has 4 digits. I want to remove first 2 digits from each cell
I have a column(29,1) numeric array and each cell has 4 digits. I want to remove first 2 digits from each cell. for example i ha...
6 years ago | 1 answer | 0