You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ When you use this action, all of the required files must be on the MATLAB search
60
60
`command: addpath("myfolder"), myscript`
61
61
62
62
## Notes
63
+
* By default, when you use the **Run MATLAB Command** action, the root of your repository serves as the MATLAB startup folder. To run your MATLAB commands using a different folder, include the `-sd` startup option or the `cd` command in the action.
63
64
* In MATLAB R2019a and later, the **Run MATLAB Command** action uses the `-batch` option to start MATLAB. Preferences do not persist across different MATLAB sessions launched with the `-batch` option. To run code that requires the same preferences, use a single action.
64
65
* When you use the **Run MATLAB Command** action, you execute third-party code that is licensed under separate terms.
0 commit comments