Community Profile

photo

Gabriel Stanley


Last seen: 7 days ago|Active since 2021

Statistics

  • Thankful Level 3

View badges

Content Feed

View by

Question


Extract data from csv with header ond footer
I have a set of csv files which have non-comma-delimited header and footer text (corporate boilerplate). The footer text seems t...

8 days ago | 2 answers | 0

2

answers

Question


Comparing two differently-sized arrays
A'ight, I'm throwing in the towel. I have two different arrays, which are indexed by time. Each element of both arrays has two t...

4 months ago | 1 answer | 0

1

answer

Question


Matrix math with Datetime arrays
I have a function for determining the element in Array 1 which is closest to a given element in Array 2, developed form this que...

8 months ago | 2 answers | 0

2

answers

Question


scatter not ploting matrix
So the documentation for scatter explicitly states it can accept matrix inputs for Y, however when I try to do this matlab rejec...

10 months ago | 1 answer | 0

1

answer

Question


Nested struct arrays with variable format
What is the syntax for creating a nested struct array with the following format? Varibale2_Name = struct('FieldName1',cell(Vari...

10 months ago | 1 answer | 0

1

answer

Question


Determine percent of array elements which meet condition
How can I check if a certain percentage of the values in an array meet a condition, e.g. are X% of the values of a given logical...

11 months ago | 1 answer | 0

1

answer

Question


Formating all values of a structure field
Is there a syntax for applying a format to all vlues of a given field in a structure array(without a loop)? E.g. I have a struct...

1 year ago | 1 answer | 0

1

answer

Question


Converting Struct field to array
I have an n-value structure array with multiple fields, and want to extract a specific field (all values thereof are (1x4) singl...

1 year ago | 2 answers | 0

2

answers

Question


Populating an array with a vairable-output function
How can I concatenate the outputs of a function together, when the size of the output varies? E.g. fileBatch = {'File1','File2...

1 year ago | 1 answer | 0

1

answer