![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8820449_1522129608258_DEF.jpg)
John
University of Cape Town
Followers: 0 Following: 0
Statistik
14 Fragen
0 Antworten
RANG
39.044
of 297.016
REPUTATION
1
BEITRÄGE
14 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
64.29%
ERHALTENE STIMMEN
1
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Calculations on cell pairs that meet multiple pre-defined criteria?
*My goal: Depending on which of the 5 scenarios is prevalent in each row (cell pairs in red, see below), make the calculation fo...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Matlab's writetable() function only exporting partial data of a table
The _writetable()_ function at the end of my code only exports the first row (namely FR_1w, FR_2w and FR_3w), whereas I *wan...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Matlab's Movsum() doesn't start calc at defined starting point X in frame [X X+t]
Suppose the following: A = [1;2;3;4;5;6;7]; A1 = table(A); <</matlabcentral/answers/uploaded_files/68439/Screen%20Sho...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Matlab's 'VariableNames' not accepting mix of numerical & non-numerical entries
Suppose we have a 1x3 table: A=table(1,2,3); whose header names should contain a mix of numericals and non-numericals: ...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to create “Date” containers in Matlab, ignoring months and years?
My goal is to extract specific rows from a table (see below) that fall into specific "date" containers, e.g. month-end ( *25th-3...
etwa 8 Jahre vor | 3 Antworten | 1
3
AntwortenFrage
How to overwrite 'NaN' strings in a table using the for-loop
I want to replace the strings 'NaN' with NaN in my table using a loop / or any other strategy that returns NaN, leaving all else...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Trailing Sum Calculation using pre-defined kernel starting at incorrect cell
Table Z: <</matlabcentral/answers/uploaded_files/67273/Screen%20Shot%202017-01-11%20at%2010.53.19%20AM.png>> *Goal*: Ca...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to transform 'double' into 'cell array'?
My code: B = zeros(height(A),1); col_names = A.Properties.VariableNames; % Replicate header names for k = 1:height(A...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to let Matlab know 'NaN' should be treated as NaN?
I have imported the following .xlsx file into Matlab: <</matlabcentral/answers/uploaded_files/66987/Screen%20Shot%202017-01-0...
etwa 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to use "movsum()" with panel data in a table using loop mechanisms?
I have the following 606 x 281 table ('ABC'): <</matlabcentral/answers/uploaded_files/66545/Screen%20Shot%202016-12-31%20at%2...
etwa 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to calculate Trailing Moving Sums going up vertically in a table?
I have the following _table_: <</matlabcentral/answers/uploaded_files/66397/Screen%20Shot%202016-12-28%20at%2010.51.15%20AM.p...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to use the Percentile Function for Ranking purpose?
*Goal*: For _every date_ calculate lower and upper 20% percentiles and, based on the outcome, create 2 new variables, e.g. '...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to calculate Sums in a Panel Data framework using "For Loops"
The following table consists of *Price Returns* returns at different *Dates*: <</matlabcentral/answers/uploaded_files/65818/S...
etwa 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Using panel data, how can I create a new table with weekly price data based on a table with daily price data, for every stock?
My current table (dimension 743644 x 3) consists of Column 1 'Ticker' (278 different stock tickers), Column 2 'Date' (daily fo...
mehr als 8 Jahre vor | 1 Antwort | 0