Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. classdef house
  2. properties
  3. position;
  4. index;
  5. closest_ware;
  6. end
  7. end
  8.  
  9.  
  10.  
  11. classdef ware
  12. properties
  13. position;
  14. index;
  15. end
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement