MATLAB: How to use live script (*.mlx) files in source control

controleditorgitliveMATLABsource

I would like to use the live script files with source control, what is the workflow for that?

Best Answer

It is possible to use source control with live scripts, the following points should be kept in mind:
  • Tell the source control system that files ending in .mlx are binary
  • Use the built in MATLAB file differencing tool to compare live scripts
  • Merging is currently limited to manual