Mercurial > hg > dtl-dml-home
view matlab/startup.m @ 106:c063a320d14f dml-dockerised
added install for R pracma package
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Wed, 25 Jul 2018 16:29:24 +0100 |
parents | 30d5c450cf0a |
children |
line wrap: on
line source
% startup script. padd general graphics graphics/colour padd sequences signals sinks arrows audio dsp pitch histogram %padd opt dsp/synth %padd stats stats/models time stats/markov %padd cluster distance sched arrows/dsp arrows/stats %padd 3rdparty/lightspeed general all whitebg(0,'k'); setcolours('k',0.75*white(1)); setuicolours(0.15*[1,1,1],0.75*white(1)); set(0,'DefaultLineMarkerSize',3); %set(0,'DefaultAxesFontSize',9); %set(0,'DefaultAxesFontName','Helvetica'); %set(0,'DefaultLineLineWidth',0.3); %set(0,'DefaultAxesLineWidth',0.2); %set(0,'DefaultLineLineSmoothing','on'); % antialiased lines set(0,'DefaultFigurePaperType','A4'); set(0,'DefaultFigureMenubar','none'); set(0,'DefaultFigureColormap',hot(256)); % allows undocumented properties to show up in get/set %set(0,'HideUndocumented','off'); opengl neverselect [status,hostname]=system('hostname'); setup_ishara_java %addpath(genpath(fullfile(matlabroot,'toolbox','plotly')),'-end');