% STARTUP Jan Even Nilsen's startup-file % Put a shortcut to this file in default matlab path % (c:/matlab/toolbox/local) % Add line % addpath('~/matlab') % to c:/matlabr11/toolbox/local/matlabrc.m % Supress allthe stupid warnings v6.5 blurts out: warning off MATLAB:mir_warning_variable_used_as_function warning off MATLAB:conversionToLogical % figursettinger set(0,'DefaultFigurePaperType','a4') set(0, 'defaultfigureposition',[512 374 512 374-30]); % for 1024x768 % tekst i starten disp(' Velkommen til nok en omgang MATLAB-terapi!') disp(' ') % help change_notification | help change_notification_advanced %system_dependent RemotePathPolicy TimecheckDir; %system_dependent('RemotePathPolicy','TimecheckDir'); system_dependent DirChangeHandleWarn Never; % shellsettinger %more on %cd ~/temp cd ~/arbeid % tools på unixanlegget %addpath('h:/matlab/breivik') %addpath('/home2/tore/matlab/eigne_filer'); %addpath('h:/matlab/frankn/matlab-filer/generell') %addpath('~/matlab/toolbox/biosig4octmat-2/NaN') addpath('~/matlab/toolbox/jlab') addpath('~/matlab/toolbox/ios_tools') addpath('~/matlab/toolbox/ios_tools/collectionmanagement') addpath('~/matlab/toolbox/ios_tools/dace') addpath('~/matlab/toolbox/ios_tools/database') addpath('~/matlab/toolbox/ios_tools/demos') addpath('~/matlab/toolbox/ios_tools/derivedvariables') addpath('~/matlab/toolbox/ios_tools/gridding') addpath('~/matlab/toolbox/ios_tools/importexport') addpath('~/matlab/toolbox/ios_tools/misc') addpath('~/matlab/toolbox/ios_tools/m_map+') addpath('~/matlab/toolbox/ios_tools/plots') addpath('~/matlab/toolbox/ios_tools/saga') addpath('~/matlab/toolbox/ios_tools/surfaces') addpath('~/matlab/toolbox/ios_tools/theshed') addpath('~/matlab/toolbox/ios_tools/UsefulOneOffScripts') addpath('~/matlab/toolbox/netcdf/matlab_netCDF_OPeNDAP') addpath('~/matlab/toolbox/netcdf/mexnc') %addpath /path/to/this/directory/netcdf -end %addpath /path/to/this/directory/netcdf/nctype -end %addpath /path/to/this/directory/netcdf/ncutility -end %addpath('~/matlab/toolbox/netcdf_toolbox/netcdf/ncfiles') %addpath('~/matlab/toolbox/netcdf_toolbox/netcdf/nctype') %addpath('~/matlab/toolbox/netcdf_toolbox/netcdf/ncutility') %addpath('~/matlab/toolbox/snctools') %addpath('~/matlab/toolbox/mexcdf53') %addpath('~/matlab/toolbox/matlab_netcdf_5_0') %addpath('~/matlab/toolbox/netcdf') %addpath('~/matlab/toolbox/netcdf/ncfiles') %addpath('~/matlab/toolbox/netcdf/nctype') %addpath('~/matlab/toolbox/netcdf/ncutility') % /home5/asgeirs/matlab/egne_filer/ncutility/ %addpath('~/matlab/toolbox/ncutility') addpath('~/matlab/toolbox/specgraph') addpath('~/matlab/toolbox/HOSA/HOSA') addpath('~/matlab/toolbox/HOSA/HOSADEMO') addpath('~/matlab/toolbox/wavelets/colorado') %addpath('~/matlab/toolbox/wavelets/wavelet/wavelet') %addpath('~/matlab/toolbox/wavelets/wavelet/wavedemo') %addpath('~/matlab/toolbox/wavelets/uvi_wave') addpath('~/matlab/toolbox/tsbox') addpath('~/matlab/toolbox/oceans') addpath('~/matlab/toolbox/m_map') addpath('~/matlab/toolbox/seawater') addpath('~/matlab/toolbox/omp2') % sea-mat OMP addpath('~/matlab/toolbox/colmap') %addpath('~/matlab/toolbox/matdraw') addpath('~/matlab/eveneof') addpath('~/matlab/m_namebox') addpath('~/matlab/misc') addpath('~/matlab/garage') % OOLBOXES addpath('~/matlab/oolbox/tats') addpath('~/matlab/oolbox/ignal') % For å sikre at min hovedmatlabkatalog kommer først i stihierarkiet (matlab % legger stiene inn på toppen, etterhvert som de blir oppgitt) må denne % oppgis til sist. Dette må altså være siste addpath i denne filen. addpath('~/matlab/evenmat') % A place for versions of functions, for use on nansen's system and its % Matlab R14. This path will be searched before the others, ensuring % the use of the right versions,while on cardiff, this directory is % empty, ensuring correct operation there on R13. %addpath('~/nansen') %rmpath('/home/janeven/matlab');addpath('~/matlab'); %%%%%%%%%%%%%%%%%%% Only documentation after this %%%%%%%%%%%%%%%%% % % 4. Typing "helpdesk" at the MATLAB command prompt does not open Netscape % Communicator. % % SOLUTION #4 % % MATLAB is unable to launch Netscape Communicator 4.x because Netscape % Communicator does not properly register itself with MS-Windows when % installed. % % One possible workaround is to uninstall Netscape Communicator, then % install Netscape Navigator 3.0 or 3.0.1. Once this is done, you should % be able to open the HelpDesk from MATLAB 5. If you would like to use % Communicator, simply install it directly over Navigator 3. By doing % this, the registry for Navigator 3 will be used for Communicator 4.x. % % Another possible workaround involves replacing the "find_netscape.dll" % file which is located in $MATLAB/toolbox/matlab/general (where $MATLAB % refers to the root directory where MATLAB is installed.) % % A patched version of "find_netscape.dll" can be found on our anonymous % FTP site at the address listed below. The existing "find_netscape.dll" % should be replaced with the patched version. % % ftp://ftp.mathworks.com/pub/tech-support/solutions/s8171/find_netscape.dll