I want to use a switch statement with a cell array as the case expression. I know it can be used with few expressions like this:
switch lower(method)
case {'linear','bilinear'}
disp('Method is linear')
But I have a fairly lengthy switch statement where one case needs to look for...