photo

suman Dhamala


Last seen: 3 years ago Active since 2018

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 0 answers | 0

0

answers

Question


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

6 years ago | 1 answer | 0

1

answer

Question


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

6 years ago | 1 answer | 0

1

answer