Skip to content

chriskyfung/matlab-matrix-to-ms-office-equation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)