diff --git a/tools/packageMatlabInterface.m b/tools/packageMatlabInterface.m index ff23a11..0efbd89 100644 --- a/tools/packageMatlabInterface.m +++ b/tools/packageMatlabInterface.m @@ -24,8 +24,12 @@ opts.ToolboxVersion = toolboxVersion; disp("Toolbox Files:"); disp(opts.ToolboxFiles); -disp("Toolbox MATLAB Path (original): " + opts.ToolboxMatlabPath); -opts.ToolboxMatlabPath = toolboxFolder; +%disp("Toolbox MATLAB Path (original): " + opts.ToolboxMatlabPath); +%opts.ToolboxMatlabPath = toolboxFolder; +disp("Options object:"); +disp(opts); +disp("pwd: " + pwd); +dir disp("Toolbox MATLAB Path: " + opts.ToolboxMatlabPath); opts.AuthorName = "MathWorks DevOps Team"; opts.AuthorEmail = "";