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.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_matlab_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2021-06-29T04:36:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T04:43:24.000Z (over 1 year ago)
- Last Synced: 2025-01-16T00:57:21.117Z (4 months ago)
- Topics: gnu-octave, learn, matlab
- Language: MATLAB
- Homepage:
- Size: 26.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.svgCredits: [@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) |