photo

Al_G


Last seen: 4 years 前 自 2018 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
1 个回答

排名
19,596
of 300,956

声誉
2

贡献数
9 个提问
1 个回答

回答接受率
66.67%

收到投票数
2

排名
 of 21,124

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 172,015

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


How to count "gaps" consisting of designated values in a vector and obtain start and end indices?
Adding on to a previous question I've asked: I have a very long vector of data that includes gaps of "invalid" values where dat...

4 years 前 | 1 个回答 | 0

1

个回答

提问


One common xlabel and ylabel for multiple subplots
Is there a straightforward way to add one common x label and ylabel to a figure containing multiple subplots? The solutions I r...

6 years 前 | 2 个回答 | 2

2

个回答

已回答
How to specify histogram's x and y axis
Figured it out for anyone trying to do the same: set the 'xlim' and 'ylim' property to your desired max and min values. This is ...

6 years 前 | 0

提问


How to specify histogram's x and y axis
I have 2 subplots in a figure, both of them histograms. 1) I'd like the x-axis of the left subplot to go from 0 to 6 like the...

6 years 前 | 2 个回答 | 0

2

个回答

提问


Add a field to an existing structure
I have a structure called "Events", containing a field called "Efix" for each trial in my data. Efix contains a subfield called ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How to count "gaps" consisting of designated values in a vector?
I have a very long vector of data that includes gaps of "invalid" values where data that's missing has been replaced with a desi...

7 years 前 | 1 个回答 | 0

1

个回答

提问


Error loading a just-saved matfile
I'm processing a bunch of participant files by saving a participant's data structure ('subjData') as a matfile, then later in th...

7 years 前 | 0 个回答 | 0

0

个回答

提问


Extracting numbers from mixed string
I have filenames saved as strings such as '2001_06m'. Sometimes the files are inconsistently named as '2001_6m' (missing the zer...

7 years 前 | 4 个回答 | 0

4

个回答

提问


Indexing into a structure to retain/remove elements based on a string
I have a variable containing a string for one eye (i.e. selectedEye = LEFT) and a struct called "x" with 2 fields: x = ...

7 years 前 | 1 个回答 | 0

1

个回答

提问


How do I look up a string in a struct and assign the number value that is associated with the string
I have a struct where I specify strings that indicate certain quality levels for validation: VAL.qualityTypes = struct('...

7 years 前 | 1 个回答 | 0

1

个回答