Skip to content

Commit

Permalink
Changed startup folder
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanLRH committed Oct 14, 2016
1 parent 970025b commit 16096e4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions startup.m
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

% Add folder with custom libaries to Matlab Path (eg. let Matlab "see" them)
addpath(genpath('~/Dropbox/Crap/matlabLibs/'));
addpath(genpath('/Users/allan/Dropbox/DropboxDocs/Skole/Measurement and Control/matlab_libs/'));

% Change default startup folder
cd('~/Dropbox/DropboxDocs/Skole/');
% cd('~/Dropbox/DropboxDocs/Skole/');
% cd('~/akiraMount/ged');

% set the default figure font size to be 14
set(0, 'defaultTextFontSize', 18);
Expand Down Expand Up @@ -33,5 +33,7 @@

% set(0, 'defaulttextinterpreter', 'latex');

format shortg

% Fix Matlab crash on git comapare launched
com.mathworks.comparisons.decorator.htmlreport.ComparisonHtmlComponent.useJxBrowser(false);

0 comments on commit 16096e4

Please sign in to comment.