Issue with MATLAB not finding my excel file even though its in the same folder as the .exe
Mostrar comentarios más antiguos
I have a script that takes in data from an excel file. It works fine it seems in the IDE, but when I complie the code as an app for deployment
MATLAB no longer can find the excel file event though its in the same folder as my .exe
% read in excel data
[num,txt,raw] = xlsread('XXX.xlsx','SHEET1');
[num1,txt1,raw1]=xlsread('XXX.xlsx', 'SHEET1');
Can anyone help me out?
Thank you in advance,
Billy
Respuesta aceptada
Más respuestas (1)
Image Analyst
el 22 de Jun. de 2023
0 votos
Categorías
Más información sobre Data Import from MATLAB en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!