Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Octave Install Packages Commands

// Note for windows users: Using Installation with .exe is fastest way and set drive to C (
// default to avoid errors) - run commands below to initialise Octaved

>> pkg local_list
>> pkg global_list
>> pkg list
>> pkg update

// to install new Packages: ( with internet connection / simmilar to pip in py)

>> pkg install -forge -global <package_name>
Source by wiki.octave.org #
 
PREVIOUS NEXT
Tagged: #Octave #Install #Packages #Commands
ADD COMMENT
Topic
Name
3+2 =