suman Dhamala
Followers: 0 Following: 0
Feeds
提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 0 个回答 | 0
0
个回答提问
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...
7 years 前 | 1 个回答 | 0
1
个回答提问
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...
7 years 前 | 1 个回答 | 0