From 2b639b4db1868110641c97f6216cdee6601f49b6 Mon Sep 17 00:00:00 2001 From: Jan Mandel Date: Thu, 19 May 2016 15:37:03 -0600 Subject: [PATCH] added note re startup to main_function_jm.m --- other/Matlab/perimeter_new/main_function_jm.m | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/other/Matlab/perimeter_new/main_function_jm.m b/other/Matlab/perimeter_new/main_function_jm.m index 373ba64c..ad9a78ad 100644 --- a/other/Matlab/perimeter_new/main_function_jm.m +++ b/other/Matlab/perimeter_new/main_function_jm.m @@ -1,9 +1,11 @@ %clear clc -addpath ../netcdf -addpath ../util1_jan -addpath .. +%addpath ../netcdf +%addpath ../util1_jan +%addpath .. %addpath Output +disp('If you get missing netcdf functions please run startup.m in this directory, other/Matlab/perimeter_new.') +disp('Note: you need to cd to the directory first and then run startup.') if ~exist('saved_data','var'), global saved_data saved_data=0; -- 2.11.4.GIT