Gentlemen
This is a very clever trick. 
  I have done this, and run into a unit conversion problem.  I wrote my new materials data in MKS units, and when I opened the material card in HyperSizer for browsing, I found that the units were English - (density > 4000 lbm/ft^3? 

).  
Were I doing this manually, I would set the units toggle at the top of the page to SI before adding data.  Is there a command to script this (preferably in Matlab code)?  
Alternately, can I trust that the units will always be English if I don't intentionally set them to SI?
In other news, don't forget that the command to address a specific item in a temperature collection has changed from 
isotemp = get(isotropic.Temperatures, 'Item', i) to 
isotemp = isotropic.Temperatures.Item(i) in version 7.0.
-neergaard