https://github.com/chriskyfung/matlab-matrix-to-ms-office-equation
MATLAB functions to convert matlab matrix to MS office equation format
https://github.com/chriskyfung/matlab-matrix-to-ms-office-equation
format-converter matlab matlab-functions matlab-matrix ms-office ms-office-equation ms-word
Last synced: 3 months ago
JSON representation
MATLAB functions to convert matlab matrix to MS office equation format
- Host: GitHub
- URL: https://github.com/chriskyfung/matlab-matrix-to-ms-office-equation
- Owner: chriskyfung
- Created: 2019-06-04T22:25:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T10:40:03.000Z (almost 4 years ago)
- Last Synced: 2025-01-09T01:48:04.253Z (5 months ago)
- Topics: format-converter, matlab, matlab-functions, matlab-matrix, ms-office, ms-office-equation, ms-word
- Language: MATLAB
- Homepage: https://chriskyfung.github.io/blog/matlab/Convert-MATLAB-Matrix-to-MS-Office-Equation
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matlab Matrix to MS Office Equation Conversion Functions
## mat2mseq.m
convert matlab matrix to MS office equation format
**Arguements:**
- (m-byn matrix) A two-dimensional matrix of numbers
- (string) string formatting of number (see sprintf)## mseq2mat.m
convert a matrix in MS office equation format to matlab matrix
**Arguements**
- (string) a matrix in the MS office equation (plain-text form)