Code

This category consists of the articles on algorithms, Programming language, embedded software, Integrated development environment as well as how to guide related to other software design and development related topics.

More

Octave:3> File Operations

  • April 19, 2020
Part 10 of 11 in the series GNU Octave

Generally Matlab/Octave scripts work on processing section of data which are generated from some kind of experiment or other events e.g. image processing. It is not possible for a user to enter value of each pixel manually in a processing algorithm. It is needed to read the image file directly and import data into variable in workspace.

More

GNU Octave – Scientific Programming Language

  • October 8, 2019
Part 1 of 11 in the series GNU Octave

GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.