How to retrieve data in column wise in Matlab?
3 views (last 30 days)
Show older comments
A=ans(:,1) This gives the data only for 1st column from a table. Like wise I want to get the data of 4th column as well. How do I retrieve both 1st and 4th columns data in Matlab? What is the command for that?
0 Comments
Accepted Answer
More Answers (0)
See Also
Categories
Find more on Matrix Indexing 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!