QtOctave Portable

By acisif

QtOctave Portable is a compiled version of QtOctave for Windows 32bits. Octave is included. You don’t need install to run it.

You can copy QtOctave Portable to your PenDrive and run QtOctave from it.

You could copy QtOctave Portable to CDROM and you could run from CDROM, but I haven’t tried yet.

It can be downloaded from here.

2007-10-30 - QtOctave Portable.PNG

QtOctave Portable es una versión compilada para Windows 32bits de QtOctave. Incluye, además, a Octave. No requiere instalación. Sólo hay que descomprimir y usarlo.

Se puede colocar en un PenDrive y ejecutarlo desde allí.

No lo he probado todavía, pero es posible copiarlo a un CDROM y ejecutarlo directamente desde el CDROM sin necesidad de instalarlo.

Se puede descargar desde aquí.

7 comentarios para “QtOctave Portable”

  1. 1 Dice:

    Very very good work!
    I have just one problem – trying to load the installed packages with

    pkg load all

    spits out an error message:

    warning: addpath: C:\Archivos de programa\Octave\share\octave\packages\audio-1.
    0.2: No such file or directory

    etc.

    for all the installed packages. I really don’t know where this C:\Archivos de programa\ comes from.

  2. acisif Dice:

    Hi,

    C:\Archivos de programa\ is spanish C:\Program Files.

    You can create:
    C:\Archivos de programa\Octave\share\octave\packages\

    For this.

  3. 1 again Dice:

    Hi,

    Thanks for the tip. Unfortunately, this means that the program is not completely portable, as the new path has to be created on each computer that I want to use.

    I noticed that all of the packages are installed, just need to be loaded. So my quick fix was to use addpath directly instead of relying on the ‘pkg load’ functionality. So I put these two lines in a file called loadallpkg.m and I run it on startup:

    addpath(genpath(fullfile(OCTAVE_HOME,’share’,'octave’,'packages’)))
    addpath(genpath(fullfile(OCTAVE_HOME,’libexec’,'octave’,'packages’)))

    This works around the issue, but it must be solved in a better way in the future.

  4. Giolu Dice:

    Thanks a lot for developing QOctave it’s really needed also for teaching people I will test and give feedback ASAP

  5. jkl Dice:

    Hello!

    I am trying to move from Matlab to Octave and your projects is very good to get the look and feel of Matlab. However, I have a small annoyance to report. The Built-in Editor always starts to look in the directory from which QtOctave was started. Is there any way to make it remember the last directory, where it opened or saved a file?

  6. acisif Dice:

    >> The Built-in Editor always starts to look in the directory from which
    >> QtOctave was started. Is there any way to make it remember the last
    >> directory, where it opened or saved a file?

    Yes, you need QtOctave 7.1 or better:

    1st Select View/mode/Dock.
    2nd Restart QtOctave.
    3rd Create new project.
    4th Select your project.

    QtOctave can handle several projects. In each project path, and files opened are remembered.

    Bye

  7. Resolver One for MATLAB/Octave Users « Resolver One Daily Dice:

    [...] a MATLAB user and want to move to Octave (Kind of an open source MATLAB) just download it’s portable version and get exposed to the pure [...]

Escribe un comentario