[MATLAB] Added test data folder to test paths

This commit is contained in:
ssun30 2025-02-12 19:32:20 -05:00
parent ef686fee4b
commit 1d36aa5a8f

View File

@ -21,3 +21,4 @@ cantera_root = getenv('CANTERA_ROOT');
% Add the Cantera toolbox to the Matlab path
addpath(genpath([cantera_root, '/interfaces/matlab_experimental']));
addpath(genpath([cantera_root, '/test/matlab_experimental']));
addpath(genpath([cantera_root, '/test/data']));