Changeset 1035
- Timestamp:
- May 1, 2018, 9:06:36 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/series.m
r1033 r1035 1519 1519 [mcrmajor, mcrminor] = mcrversion; 1520 1520 MCRROOT = ['MCRROOT',int2str(mcrmajor),int2str(mcrminor)]; 1521 RunTime = getenv( MCRROOT);1521 RunTime = getenv('MCRROOT'); % Just variable MCRROOT with no version in it's name 1522 1522 ActionNameVersion=[ActionName '_' MCRROOT]; 1523 1523 ActionFullName=fullfile(get(handles.ActionPath,'String'),[ActionNameVersion '.sh']);
Note: See TracChangeset
for help on using the changeset viewer.