Skip to content
Snippets Groups Projects
Commit 1846cd25 authored by Christophe Bradley Smith's avatar Christophe Bradley Smith
Browse files

Fixed regular expression in the who function.

parent f254e78b
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
clc
% Check for miscelaneous transcriptions in the work space
miscLS = who('-regexp', '^ls(([0-9]$)|($))');
miscLS = who('-regexp', '^ls(([0-9]*$)|($))');
newLS = CheckmiscLS(miscLS);
if ~isempty(newLS); ls = eval(newLS); end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment