Add matlab-rsp script

This commit is contained in:
Julian Mutter 2025-01-20 00:03:44 +01:00
parent c344ac92f6
commit 49f3533f9e

View File

@ -87,6 +87,10 @@ in
## My scripts
frajul.deploy-to-pianopi
(pkgs.writeShellScriptBin "matlab-rsp" ''
matlab -desktop -sd "/home/julian/git/uwa-channel-model" -softwareopengl
'')
(pkgs.writeShellScriptBin "matlab-paper" ''
matlab -desktop -sd "/home/julian/dev/phdthesis/Phase B/mainSimulation" -softwareopengl
'')