Skip to content
This repository has been archived by the owner on May 15, 2018. It is now read-only.
/ matlab_hk_glazer Public archive

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

License

Notifications You must be signed in to change notification settings

lyguy/matlab_hk_glazer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published