Skip to content

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.

License

Notifications You must be signed in to change notification settings

MaSi-dev/MATLAB-Octave

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MATLAB / Octave

These repository is a collection of useful algorithms and data structures built in MATLAB/Octave. In addition you will find solutions from project euler problem sets. The code in this repository is cross-portabel for MATLAB and for Octave.

What is Octave?

Octave is a free high-level interpreter language that is equivalent to the textuelle programming language MATLAB.

Overview about this repository


  • project-euler

    • Problem 1
    • Problem 2
    • Problem 3
    • Problem 4
  • algorithms

    • Sieve_of_Eratosthenes
    • crypto
      • sdbm-hash
    • searching
      • counting-sort
    • Strings
      • Palindrome
    • maths
      • to_polar
    • other
      • tic_tac_toe
  • machine-learning

    • nearest neighbor
      • brightness (recognizes the brightness of a color)
    • k-means clustering

Contributing

You can like contribute to this repository. You simply orient on the directory structure.

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MATLAB 100.0%