Clear Filters
Clear Filters

How to copy excel specific cell data in matlab ?

3 views (last 30 days)
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 ?

Accepted Answer

KSSV
KSSV on 17 Aug 2021
Read the Excel file data using readtable. And then extract your required data using indexing.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!