aqib javed
Followers: 0 Following: 0
Statistics
RANK
278,885
of 295,467
REPUTATION
0
CONTRIBUTIONS
4 Questions
1 Answer
ANSWER ACCEPTANCE
50.0%
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
How to remove Drift in the periodic signal after numerical Integration
Hello to all mathworks fellows, I am trying to numerically integrate a data using cumtrapz function. (the data file attached) ...
4 years ago | 1 answer | 0
1
answerQuestion
How to import TDMS file data in matlab
I have a TDMS file having multiple excel sheets in it with a meta data file on excel as well. All the excel sheets have data acq...
8 years ago | 0 answers | 0
0
answersQuestion
How to generate adjacency matrix with 32 nodes, and 4 communities of unequal sizes ,with edge probability of 0.7?
i am supposed to generate adjacency matrix with 32 nodes, and 4 communities of unequal sizes ,with edge probability of 0.7. Can...
8 years ago | 0 answers | 0
0
answersplotting an adjacency matrix
you can use heatmap(A) as well. But imagesc(A) is the most practiced command
8 years ago | 0
Question
i am getting an error while executing a short code to update a matrix, In an assignment A(I) = B, the number of elements in B and I must be the same. Er
A = [0 1 1 1 ;0 0 0 1 ;0 1 0 1 ;0 0 0 0]; N=4; C=2; rho=0.1; B= zeros(N,C); a=[1 0;0 1;1 1;0 1] for k=1:N-1 ...
8 years ago | 2 answers | 0