/matlab_hk_glazer

A part of the Hock Melt Model: a tool to import and output valid input.txt files into MATLAB Maps

Primary LanguageMatlabOtherNOASSERTION

Glazer 0.0.6

This is a part of the Hock Melt Model: a tool to import and output valid input.txt files into MATLAB Maps.

Installation

Copy the folder +glazer into your MATLAB path.

Useage

  • Input.txt to Map: do in MATLAB:
>> s = fileread('input.txt');
>> config = glazer.degreeToMaps(s);
  • Map to Input.txt: do
>> ss = glazer.MapsToDegree(config);
>> f = fopen('newInput.txt', 'w');
>> fprintf(f, '%s', ss); 

License

MIT