photo

Matthew


The Bank of New York Mellon

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
1 Answer

RANK
181,142
of 300,364

REPUTATION
0

CONTRIBUTIONS
7 Questions
1 Answer

ANSWER ACCEPTANCE
85.71%

VOTES RECEIVED
0

RANK
 of 20,934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 3

View badges

Feeds

View by

Question


Importing a table from htm
Hi, I need to import some FX rates from the following website: http://www.federalreserve.gov/releases/h10/hist/dat00_eu.ht...

11 years ago | 1 answer | 0

1

answer

Question


automatically running m scripts
Hi. I have m files called: a.m b.m c.m d.m e.m How do I automatically set the 5 scripts to run one after th...

11 years ago | 1 answer | 0

1

answer

Question


conversion of a dataset array
Hi. I have the following dataset: ID SP MD FI '1234' 'BBB-' 'Baa3' [] '1235' [] [] 'A-' '1236' 'BB'...

11 years ago | 1 answer | 0

1

answer

Question


How to group string datasets?
I have the following dataset: ID_Ref SP MD FI 123456 [] [] 'A+' 234567 [] [] 'A' 234567 [] [] 'A' 34567...

11 years ago | 1 answer | 0

1

answer

Answered
IF cell of a dataset equal to text
The above worked fine for numeric but I'm having a similar problem when I am wanting replace a field with text in the dataset. ...

11 years ago | 0

Question


IF cell of a dataset equal to text
Hi again. I have a dataset with 100 rows of data with 4 columns. I am trying to code the following and would like some hel...

11 years ago | 2 answers | 0

2

answers

Question


Left of a string
Hello, I have a column in my table array called key_value. The array contains a string such as '1234567891234|XYZ|9999'. ...

11 years ago | 2 answers | 0

2

answers

Question


If isnan then set to text
for i=1:length(Table1.Columnname) if isnan(Table1.Columnname(i)) Table1.Columnname(i) = 'NO'; end ...

11 years ago | 1 answer | 0

1

answer