EASY rewrite

This commit is contained in:
2024-07-23 11:00:11 -04:00
parent 811a1c2dc4
commit b666a35455
2 changed files with 1 additions and 4 deletions

View File

@@ -439,7 +439,7 @@ easy() {
cat <<-EOF cat <<-EOF
To analyze a new Q-HTCP experiment: To analyze a new Q-HTCP experiment:
* Open the EASY Software. * Open the EASY Software.
* Open 'EstartConsole.m' with MATLAB * Open 'EASYConsole.m' with MATLAB
* Click the Run icon (play button) * Click the Run icon (play button)
* When prompted, click "Change Folder" (do not select "Add to Path"). * When prompted, click "Change Folder" (do not select "Add to Path").
* In the pop-up display, select from the 'File' dropdown: 'New Experiment'. * In the pop-up display, select from the 'File' dropdown: 'New Experiment'.

View File

@@ -284,9 +284,6 @@ function LoadDatFile_Callback(~, ~, ~)
mkdir(fullfile(resDir,'Fotos')); mkdir(fullfile(resDir,'Fotos'));
end end
catch
returnHome
end
clear scan clear scan
if exist('resDir','var')&&~isempty(resDir) if exist('resDir','var')&&~isempty(resDir)