
matlab
List of commands for matlab:
-
matlab:tldr:40be0 matlab: Run a MATLAB script.$ matlab -r "run(${path-to-script-m})"try on your machineexplain this command
-
matlab:tldr:62969 matlab: Run without splash screen during startup.$ matlab -nosplashtry on your machineexplain this command
-
matlab:tldr:ef264 matlab: Execute a MATLAB statement.$ matlab -r "${matlab_statement}"try on your machineexplain this command