Does one rename variable names after reading data?
Show older comments
Suppose I do
T=readtable(test.xls)
It will create variables such as
T.variable1 T.variable2
It might be cumbersome to type
T.
all the time. Thus one thing one can think of is to set
variable1=T.variable1
Is this what is supposed to do?
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!