-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtabletolatex2.m
More file actions
19 lines (18 loc) · 900 Bytes
/
tabletolatex2.m
File metadata and controls
19 lines (18 loc) · 900 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EMPIRICAL METHODS FOR FINANCE
% Homework I
%
% Benjamin Souane, Antoine-Michel Alexeev and Julien Bisch
% Due Date: 5 March 2020
%==========================================================================
%% Creating the latex code
addpath(genpath('C:\Users\41797\Documents\GitHub\EMF_HW2\'))
table2latex(CriticalValues,'LatexTable\CriticalValues.tex')
table2latex(Power_of_test,'LatexTable\Power_of_test.tex')
table2latex(tStat_data,'LatexTable\tStat_data.tex')
table2latex(CriticalValuesR,'LatexTable\CriticalValuesR.tex')
table2latex(Coefficients,'LatexTable\Coefficients.tex')
table2latex(tStatR,'LatexTable\tStatR.tex')
table2latex(stat3b,'LatexTable\stat3b.tex')
table2latex(TCriticalValues,'LatexTable\TestCriticalValues.tex')
table2latex(TCriticalValuesR,'LatexTable\TestCriticalValuesR.tex')