photo

aqib javed


Last seen: etwa 3 Jahre vor Aktiv seit 2016

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
plotting an adjacency matrix
you can use heatmap(A) as well. But imagesc(A) is the most practiced command

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten