Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 408 Bytes

File metadata and controls

16 lines (10 loc) · 408 Bytes

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)