Sign in
concept-collection
/
windowedFourierProjection
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
1
Tags
0
Site
main
Branches
main
windowedFourierProjection
/
wfp_1Dspringscattering
/
startMatlabFile.m
5 lines · 232 B
Copy
Copied
Blame
History
Raw
1
clear; clf; set(
0
,
'DefaultLineLineWidth'
,
2
);
2
set(groot,
'defaultAxesFontSize'
,
16
);
3
set(groot,
'defaultAxesTickLabelInterpreter'
,
'latex'
);
4
set(groot,
'defaultLegendInterpreter'
,
'latex'
);
5
set(groot,
'defaultTextInterpreter'
,
'latex'
);