How do I save a file in excel to matlab current folder?
Show older comments
I have data for x,y1 and y2 in excel
Answers (1)
KSSV
on 24 Mar 2023
T = readtable('myfile.xlsx') ;
T
Categories
Find more on Spreadsheets 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!