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
- Host: GitHub
- URL: https://github.com/iydon/sustech_matlab
- Owner: iydon
- License: mit
- Created: 2018-05-29T03:15:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T13:51:57.000Z (about 7 years ago)
- Last Synced: 2025-06-20T02:38:29.732Z (about 1 year ago)
- Topics: matlab, python, python-matlab
- Language: MATLAB
- Size: 275 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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