I have two structures x1 and y1 both of sizes 680*1024*17.
When I am doing Y = cat(3,x1,y1), I get this error:
Subscript indices must either be real positive integers or logicals.
Anyone to help please?
I have two structures x1 and y1 both of sizes 680*1024*17.
When I am doing Y = cat(3,x1,y1), I get this error:
Subscript indices must either be real positive integers or logicals.
Anyone to help please?
As you describe the function cat was accidentally overloaded by a variable.