An open API service indexing awesome lists of open source software.

https://github.com/alexandrospanag/my_matlab_projects

My Octave & MATLAB Projects and solutions.
https://github.com/alexandrospanag/my_matlab_projects

gnu-octave learn matlab

Last synced: 3 months ago
JSON representation

My Octave & MATLAB Projects and solutions.

Awesome Lists containing this project

README

        

My Octave & MATLAB Projects
-----------

[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].

[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

Credits: [@alexandrospanag](https://github.com/alexandrospanag)

Most of my programs (if not all) are GNU Octave and MATLAB Compatible

---------------
What is Matlab?
--------------
MATLAB® is a programming platform designed specifically for engineers and scientists to analyze and design systems and products that transform our world. The heart of MATLAB is the MATLAB language, a matrix-based language allowing the most natural expression of computational mathematics.

This article was taken from & can be found here : https://www.mathworks.com/discovery/what-is-matlab.html

------------------------
What is 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. It may also be used as a batch-oriented language.

Octave has extensive tools for solving common numerical linear algebra problems, finding the roots of nonlinear equations, integrating ordinary functions, manipulating polynomials, and integrating ordinary differential and differential-algebraic equations. It is easily extensible and customizable via user-defined functions written in Octave’s own language, or using dynamically loaded modules written in C++, C, Fortran, or other languages.

GNU Octave is also freely redistributable software. You may redistribute it and/or modify it under the terms of the GNU General Public License (GPL) as published by the Free Software Foundation.

This article was taken from & can be found here : https://octave.org/about

| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| GNU Octave | [Download Link](https://www.gnu.org/software/octave/download) |