Added provisions for date(s) selection.

time-shift
Stéphane Adjemian (Charybdis) 2013-07-01 10:54:13 +02:00
parent e7b22213de
commit 603aeeccb6
1 changed files with 3 additions and 1 deletions

View File

@ -112,7 +112,9 @@ switch S.type
B.tex(1) = A.tex(id);
end
end
end
end
case '()' % Date(s) selection
error('Not yet implemented!')
otherwise
error('dynSeries::subsasgn: Wrong syntax!')
end