Community Profile

photo

Florent


Northwestern University

Active since 2014

Followers: 0   Following: 0

Message

Statistics

Feeds

View by

Question


Reshape nested structure and export it to Excel - Panel Data - Financial Times Series
Hi, I am working with a nested structure with multiple fields, each field is a Nx1 vector (cell and double). {Ticker Date Op...

9 years ago | 0 answers | 0

0

answers

Answered
For each non NaN value in the 2rd column, remove the entire row of Cell
Thanks a lot, that really help! tf = cellfun(@(E) numel(E)==1 && isnumeric(E) && isnan(E), raw(:,2)) raw2 = raw(tf,:) ...

10 years ago | 0

Question


For each non NaN value in the 2rd column, remove the entire row of Cell
raw= [UPS CALL;WMB NaN;LNG NaN; XLE PUT ;DIS CALL] ('raw' is a cell in my case) Here is what I have so far but it does not...

10 years ago | 3 answers | 0

3

answers