Julia for MATLAB Users/Core Language/Desktop Environment

From Wikibooks, open books for an open world
Jump to navigation Jump to search

Desktop Environment[edit | edit source]

Startup and Shutdown[edit | edit source]

See Getting Started in the Julia manual.

matlab (Windows) Start MATLAB program from Windows system prompt[edit | edit source]

matlab (Mac) Start MATLAB program from macOS Terminal[edit | edit source]

matlab (Linux) Start MATLAB program from Linux system prompt[edit | edit source]

exit Terminate MATLAB program[edit | edit source]

quit Terminate MATLAB program[edit | edit source]

matlabrc Start up function for MATLAB program[edit | edit source]

startup Start up function for user-defined options[edit | edit source]

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

finish Termination file for MATLAB program[edit | edit source]

Basic Settings[edit | edit source]

prefdir Folder containing preferences, history, and layout files[edit | edit source]

preferences Open Preferences dialog box[edit | edit source]

Platform and License[edit | edit source]

version Version number for MATLAB and libraries[edit | edit source]

ver Version information for MathWorks products[edit | edit source]

verLessThan Compare toolbox version to specified character vector[edit | edit source]

license Get license number or perform licensing task[edit | edit source]

ispc Determine if version is for Windows (PC) platform[edit | edit source]

ismac Determine if version is for macOS platform[edit | edit source]

isunix Determine if version is for Linux or Mac platforms[edit | edit source]

isstudent Determine if version is Student Version[edit | edit source]

javachk Error message based on Java feature support[edit | edit source]

usejava Determine if Java feature is available[edit | edit source]

Help and Support[edit | edit source]

doc Reference page in Help browser[edit | edit source]

help Help for functions in Command Window[edit | edit source]

docsearch Help browser search[edit | edit source]

lookfor Search for keyword in all help entries[edit | edit source]

demo Access product examples in Help browser[edit | edit source]

echodemo Run example script step-by-step in Command Window[edit | edit source]