All Projects â†’ ome â†’ octave-docker

ome / octave-docker

Licence: other
Dockerfile to build an Octave container

Programming Languages

Dockerfile
14818 projects
shell
77523 projects
matlab
3953 projects

Projects that are alternatives of or similar to octave-docker

Machine Learning Octave
🤖 MatLab/Octave examples of popular machine learning algorithms with code examples and mathematics being explained
Stars: ✭ 637 (+5690.91%)
Mutual labels:  octave
Orca
Ordinal Regression and Classification Algorithms
Stars: ✭ 72 (+554.55%)
Mutual labels:  octave
Matlab Octave
This repository contains algorithms written in MATLAB/Octave. Developing algorithms in the MATLAB environment empowers you to explore and refine ideas, and enables you test and verify your algorithm.
Stars: ✭ 180 (+1536.36%)
Mutual labels:  octave
Cocalc
CoCalc: Collaborative Calculation in the Cloud
Stars: ✭ 888 (+7972.73%)
Mutual labels:  octave
Textplayer
A library to play MML and ABC songs, written in C#
Stars: ✭ 29 (+163.64%)
Mutual labels:  octave
Notebooks
📓 A growing collection of Jupyter Notebooks written in Python, OCaml and Julia for science examples, algorithms, visualizations etc
Stars: ✭ 84 (+663.64%)
Mutual labels:  octave
Clubber
Application of music theory in audio reactive visualizations
Stars: ✭ 325 (+2854.55%)
Mutual labels:  octave
ASALI
Do you work with chemical reactors? Are you curious about them? ASALI is the open-source code that you are looking for. Chemical reactor models, transport/thermodynamic properties of gases, equilibrium calculations. ASALI couples all these features with an user friendly graphical interface. Modeling catalytic reactors has never been so easy.
Stars: ✭ 38 (+245.45%)
Mutual labels:  octave
Matlab2tikz
This program converts MATLAB®/Octave figures to TikZ/pgfplots figures for smooth integration into LaTeX.
Stars: ✭ 1,041 (+9363.64%)
Mutual labels:  octave
Jidt
JIDT: Java Information Dynamics Toolkit for studying information-theoretic measures of computation in complex systems
Stars: ✭ 145 (+1218.18%)
Mutual labels:  octave
Facerec
Implements face recognition algorithms for MATLAB/GNU Octave and Python.
Stars: ✭ 921 (+8272.73%)
Mutual labels:  octave
Matlab Rinex Reader
Fixed old Kai Borre Matlab code to run in Octave and hence be callable by Python to work with RINEX data
Stars: ✭ 9 (-18.18%)
Mutual labels:  octave
Octsympy
A Symbolic Package for Octave using SymPy
Stars: ✭ 92 (+736.36%)
Mutual labels:  octave
Casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
Stars: ✭ 714 (+6390.91%)
Mutual labels:  octave
Facerecognition guide
This is a guide to face recognition with Python, GNU Octave/MATLAB and OpenCV2 C++. Eigenfaces and Fisherfaces are explained in detail and implemented.
Stars: ✭ 188 (+1609.09%)
Mutual labels:  octave
Vot Toolkit
Visual Object Tracking (VOT) challenge evaluation toolkit
Stars: ✭ 360 (+3172.73%)
Mutual labels:  octave
Pandoc Plot
Render and include figures in Pandoc documents using your plotting toolkit of choice
Stars: ✭ 75 (+581.82%)
Mutual labels:  octave
go-redis
GNU Octave Redis client (for Matlab too)
Stars: ✭ 23 (+109.09%)
Mutual labels:  octave
inpoly
A fast 'point(s)-in-polygon' test for MATLAB.
Stars: ✭ 17 (+54.55%)
Mutual labels:  octave
Gpstuff
GPstuff - Gaussian process models for Bayesian analysis
Stars: ✭ 106 (+863.64%)
Mutual labels:  octave

Octave

Actions Status

Lightweight development environment for testing Octave scripts.

Usage

$ docker run --rm -it openmicroscopy/octave                   # Octave shell
$ docker run --rm -it --entrypoint bash openmicroscopy/octave # Bash shell
$ docker run --rm openmicroscopy/octave -h                    # Get octave help
$ docker run --rm openmicroscopy/octave example1.m arg1       # Run the example file
$ docker run --rm -v $(pwd):/source openmicroscopy/octave /source/myfile.m

Mount your local source folder to the container and run it inside the container.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].