-
Notifications
You must be signed in to change notification settings - Fork 8
/
startup.m
29 lines (20 loc) · 1.19 KB
/
startup.m
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% This is a adapted copy of a startup file from a program called Ospray.
% This is an example startup.m file for using Mirone. Use it directly,
% or if you already have a startup.m file, append the contents of this
% file to yours. In any case, edit the stuff below as needed.
% Change the following command to specify the directories where you installed
% the 'Mirone' directory. Leave the '-end' part alone.
%addpath('D:\SVN\mironeWC\', '-end');
% You can make an Mirone icon for your desktop this way: Find matlab.exe
% on your hard drive. Create a shortcut to it (by right-clicking on it)
% and put the shortcut on your desktop. Rename the shortcut 'Mirone'.
% Right-click on the shortcut and choose 'Properties'. In the box labeled
% 'Start in', type the directory name where this file, startup.m, is
% stored. For example, if this file is C:\MyHome\startup.m, then change
% the 'Start in' box to say C:\MyHome .
% If you have trouble with Matlab's 'splash box' (the box that says
% 'Matlab/The language of technical computing/Version X.Y.Z ...') sticking on
% the screen when you first launch Matlab/mirone, then uncomment this line:
%pause(3)
% Launch mirone.
%mirone