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年以上 前 | 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年 前 | 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 ...
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年 前 | 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年 前 | 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年 前 | 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年 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 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年以上 前 | 1 件の回答 | 0
