source: proiecte/pmake3d/make3d_original/Make3dSingleImageStanford_version0.1/third_party/local_ext_mod/clr.m @ 37

Last change on this file since 37 was 37, checked in by (none), 14 years ago

Added original make3d

File size: 421 bytes
Line 
1function clr;
2% Clear workspace, close all windows, clears command window
3
4%---------------------------------------------------------------|
5%       Sergei Koptenko, Medipattern Corp., Toronto    |
6%       phone (416)744-0009 fax (416)744--6899         |
7%       skoptenko@medipattern.com                             |
8%---------------May/06/2002-------------------------------|
9
10 evalin('base','close all; clear all; clc;');
11
Note: See TracBrowser for help on using the repository browser.