photo

suman Dhamala


Last seen: oltre 3 anni fa Attivo dal 2018

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


Concatenate cell array inside a cell array
<</matlabcentral/answers/uploaded_files/105984/cellarray.PNG>> My cell array is of different size. I want to convert it to th...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


To catch correct jump and store the number
Hi I want to record the up and down count of the signal when it satisfies my threshold condition but the code is not working. I...

oltre 6 anni fa | 0 risposte | 0

0

risposte

Domanda


Digitization of noisy signal
I have a signal as shown in the image here. I am trying to digitize the signal so that it catches the right jump only. My system...

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I update initial value of an array in a for loop?
a(1)=0.1, a(2)= 0.11; for k=2:10^10 a(k+1)= a(k)+a(k-1)+..... if a(k+1)> 5.0 Up = k ; end end. It takes a lot of m...

oltre 6 anni fa | 1 risposta | 0

1

risposta