カレンダーから2つの日付を取得したい. matlab関数は
c = calendar
また
dates = calendar;
dates(~any(dates,2),:) = [];
fh = figure;
uh = uitable('parent',fh,'data',dates,'ColumnWidth',repmat({20},1,7),...
'ColumnName',{'S','M','T','W','T','F','S'});
しかし、ユーザーがクリックしたこれら2つの日付を取得する方法.