Antonio Morales - MATLAB Central
photo

Antonio Morales


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB AnswersFrom 08/16 to 04/25Use left and right arrows to move selectionFrom 08/16Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

8 个提问
1 个回答

排名
280,651
of 297,986

声誉
0

贡献数
8 个提问
1 个回答

回答接受率
62.5%

收到投票数
0

排名
 of 20,517

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,028

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • First Review
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


How can I identify a vector subset that meets a given condition?
Given a vector A (please, see attached), how could I find the n-samples vector subset with the smallest range (or standard devia...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How does the following syntax may be shortened and improved?
Given a 12 x 13 matrix, I need to select the row with the greatest value in column 9, every two rows, and create a matrix contai...

8 years 前 | 2 个回答 | 0

2

个回答

提问


Cross-correlation issue: how can I align two signals?
I have two signals A and B (please, see them attached), which have been recorded from different devices with different sampling ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How can I ideantify the least "noisy" baseline periods in a vector?
I have a vector A (see example attached) corresponding to voltage from a strain gauge while testing strength levels in humans, a...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
How can I perform matrix calculations within the own matrix?
A_normalised = zeros(size(A)); for ii = 1:6:length(A) for kk = ii:ii+5 A_normalised(:,kk) = (A(:,kk).*100...

8 years 前 | 0

| 已接受

提问


How can I perform matrix calculations within the own matrix?
Hi, I have a 9x612 matrix (A). It consists of 102 variables measured 6 times each (612 columns), in 9 different situations (9...

8 years 前 | 2 个回答 | 0

2

个回答

提问


After aligning two signals using xcorr, how to make both signals (varying) lengths equal?
Hello, I am using xcorr to synchronize two signals (S1, S2; from two different devices) of the same event. The function works...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Identifying periods of signal above threshold
The code below provides number of "bursts" or periods of activity (300 consecutive points = 0.2 s) above a given threshold. How ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


Counting number of bursts
How can I count the number of periods of activity above a certain threshold? I have an EMG signal with some bursts of activi...

8 years 前 | 1 个回答 | 0

1

个回答