From ea154bfaa4162ce1e48773a41b770e1eecdd1f09 Mon Sep 17 00:00:00 2001 From: Kathy Zhang Date: Wed, 13 Aug 2025 13:38:45 -0400 Subject: [PATCH] Update setupP2P.m to add folders to path --- setupP2P.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setupP2P.m b/setupP2P.m index 79b9ec5..0bc17c5 100644 --- a/setupP2P.m +++ b/setupP2P.m @@ -23,8 +23,10 @@ disp('Pixels to Pictures toolbox installed'); end +addpath(genpath('/MATLAB Drive/Repositories/PixelsToPictures/Image Library')); +addpath(genpath('/MATLAB Drive/Repositories/PixelsToPictures/student_live_scripts')); disp('Course setup complete'); end -% © COPYRIGHT 2024 by The MathWorks®, Inc. \ No newline at end of file +% © COPYRIGHT 2024 by The MathWorks®, Inc.