How to copy excel specific cell data in matlab ?
4 views (last 30 days)
Show older comments
Khan Muhammad Adeel Khan
on 17 Aug 2021
Commented: Khan Muhammad Adeel Khan
on 17 Aug 2021
Hello Folks ! I want to copy excel specific cell data e.g. E34 and F72 in matlab. How can I get access to the specific cell ?
0 Comments
Accepted Answer
KSSV
on 17 Aug 2021
Read the Excel file data using readtable. And then extract your required data using indexing.
More Answers (0)
See Also
Categories
Find more on Data Import from MATLAB 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!