Octave menginstal perintah paket

// 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>
Jay Sha