[go: up one dir, main page]

Menu

[73c35b]: / windows_start.m  Maximize  Restore  History

Download this file

23 lines (22 with data), 484 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
% Script for starting GUISDAP on Windows.
%
% Usage:
% Browse to this file from the file explorer
% or from a running Matlab GUI.
%
% *Righ-click* on the icon of this file.
% Select Run.
% Happy Guisdapping!
%
%
% --- comment out
disp('Edit this file first.')
disp('You should insert the path to your GUISDAP directory')
% ---
%
% --- modify and uncomment
% mypath='C:\Users\myuser\mydir\guisdap9';
% addpath(fullfile(mypath,'anal'))
% start_GUP
% analyse
% ---