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

https://github.com/iydon/sustech_matlab

Resources in the QQ group
https://github.com/iydon/sustech_matlab

matlab python python-matlab

Last synced: 2 months ago
JSON representation

Resources in the QQ group

Awesome Lists containing this project

README

          

# De MATLAB a Python
- 此目录下的程序,名称均与m文件名称一致。
- 如需查看原始m文件,请在MATLAB中使用edit加程序名称来查看。

# MAT2PY
- 此目录下的程序,用于转化MATLAB形式的矩阵到Python形式的list。

# SortAlgo
- 排序算法
- Sorting algorithm.

# Orthonormalization
- 正交标准化,并用所得基底进行函数的逼近。
- Gram–Schmidt process.

# GeneticAlgorithms
- 遗传算法
- Gentic Algorithms

# PY2MAT
- Python中使用MATLAB关键词
- Using MATLAB keywords in Python

# Cluster
- 聚类算法
- Clustering algorithm