photo

luke


Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 3
  • Solver

View badges

Feeds

View by

Question


Conditionally Format Bar Chart
Is it possible to create a conditionally formatted bar chart? I have a time series bar chart that has positive and negative v...

12 years ago | 2 answers | 0

2

answers

Question


String and cell compares?
I am having a problem with the below code. I have a field, "name" which I included a sample below. I am trying to do some contr...

12 years ago | 1 answer | 0

1

answer

Question


Webinar - PDF?
For this webinar Algorithmic Trading : Simple Lead Lag EMA There was a PDF that had all of the code and a write up of the we...

12 years ago | 1 answer | 0

1

answer

Question


Logical Indexing into 2d matrix
I am trying to use a logical vector to pull out all data from a 2d matrix. The data is below 67 75 52 44 2...

12 years ago | 1 answer | 0

1

answer

Question


Control Break Processing
[EDIT: 20110720 16:05 CDT - reformat - WDR] I have 3 column vectors (Date1 Date2 and Error) and what I want to do is create the...

13 years ago | 2 answers | 0

2

answers

Answered
Sorting Cell stucture with different data types
This is what C looks like <3503x1 cell> <3503x1 double> <3503x1 cell> <3503x1 double> <3503x1 cell> <3503x1 double>...

13 years ago | 0

Answered
Sorting Cell stucture with different data types
Also, all of the string data are cell arrays. So this is a Cell Array in a Cell Array

13 years ago | 0

Question


Sorting Cell stucture with different data types
I have a cell structure with 32 columns of data I read in the data in a cell Structure C = textscan(fid,'%s%f%s%f%s%f%f%f%f%f...

13 years ago | 3 answers | 0

3

answers

Question


Displaying Array Data
I have a data array that has this format. >> whos DATA_matrix Name Size Bytes Class Attr...

13 years ago | 1 answer | 1

1

answer

Question


Matrix Dimensions must agree
[EDIT: 20110526 14:35 CDT - reformat - WDR] I am running the following script and I get the error message below. === ERROR =...

13 years ago | 1 answer | 0

1

answer

Question


Problem keeping input file in the same order using textscan
I have a csv file with about 2000 rows. The format of the file is below. I use this code to read in the file and parse out t...

13 years ago | 2 answers | 0

2

answers