Julia for MATLAB Users/Core Language/Desktop Environment

Desktop Environment edit

Startup and Shutdown edit

See Getting Started in the Julia manual.

matlab (Windows) Start MATLAB program from Windows system prompt edit

matlab (Mac) Start MATLAB program from macOS Terminal edit

matlab (Linux) Start MATLAB program from Linux system prompt edit

exit Terminate MATLAB program edit

quit Terminate MATLAB program edit

matlabrc Start up function for MATLAB program edit

startup Start up function for user-defined options edit

Equivalently, the file ~/.julia/config/startup.jl is executed whenever Julia is run.

finish Termination file for MATLAB program edit

Basic Settings edit

prefdir Folder containing preferences, history, and layout files edit

preferences Open Preferences dialog box edit

Platform and License edit

version Version number for MATLAB and libraries edit

ver Version information for MathWorks products edit

verLessThan Compare toolbox version to specified character vector edit

license Get license number or perform licensing task edit

ispc Determine if version is for Windows (PC) platform edit

ismac Determine if version is for macOS platform edit

isunix Determine if version is for Linux or Mac platforms edit

isstudent Determine if version is Student Version edit

javachk Error message based on Java feature support edit

usejava Determine if Java feature is available edit

Help and Support edit

doc Reference page in Help browser edit

help Help for functions in Command Window edit

docsearch Help browser search edit

lookfor Search for keyword in all help entries edit

demo Access product examples in Help browser edit

echodemo Run example script step-by-step in Command Window edit