Page 1 of 1

Expressions of the form T(:,:) = [] are not allowed for tall table T

Posted: Thu Feb 09, 2017 9:35 am
by matlab1
Expressions of the form T(:,:) = [] are not allowed for tall table T

Re: Expressions of the form T(:,:) = [] are not allowed for tall table T

Posted: Tue Dec 29, 2020 7:55 pm
by matlab1
expression A(a,b) =[]
used in MATLAB to remove a row or column for a matrix

but tall tables are different, and you can not remove an element from them.