Set environment variable - MATLAB setenv - MathWorks - MATLAB and Simulink for Technical Computing

Set environment variable - MATLAB setenv - MathWorks - MATLAB and Simulink for Technical Computing

瀏覽:852
日期:2024-09-02
This MATLAB function sets the value of an environment variable belonging to the underlying operating system. ... Examples % Set and retrieve a new value for the environment variable TEMP: setenv('TEMP', 'C:\TEMP'); getenv('TEMP') % Append the Perl\...看更多