I have x and x is a <1x106 cell> now if I do size(x,1) I get 1 and size(x,2) I get 106. Now what I need to grab the column size for after this is x(1,106) which is a <1x1 cell> but when I open this it's actually a {1x3503 cell} however size(x(1,106),2) returns 1. I figured it would be a simple case of choosing the the row and column inside x but woe is me!
Please don't laugh at me I know this mustn't be difficult and make me look a little like a muppet but until 4 days ago I never even used MATLAB so...
Thanks for bearing with me!
Cheers!
{}for indexing cell elements, not()which creates another cell with the index.