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

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

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)