How do I save a file in excel to matlab current folder?

3 views (last 30 days)
I have data for x,y1 and y2 in excel

Answers (1)

KSSV
KSSV on 24 Mar 2023
T = readtable('myfile.xlsx') ;
T

Community Treasure Hunt

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

Start Hunting!