From 603aeeccb60da72273163f025a4082fbe2a1ccb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Mon, 1 Jul 2013 10:54:13 +0200 Subject: [PATCH] Added provisions for date(s) selection. --- matlab/@dynSeries/subsasgn.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/matlab/@dynSeries/subsasgn.m b/matlab/@dynSeries/subsasgn.m index c7edcc8a3..a9a56e444 100644 --- a/matlab/@dynSeries/subsasgn.m +++ b/matlab/@dynSeries/subsasgn.m @@ -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