How to read from a variable excel cell?
1 次查看(过去 30 天)
显示 更早的评论
Hey everybody,
I have a question I don´t find a solution for...
How can i read from a variable excel cell?
I have a variable excel cell I need to read from.
Like for example it is in column A in excel, but now line 10 and in another case 20... And the exact line is calculated before and I want to read from the variable line?
Is that possible?
Thank you guys in advance!
Johnny
0 个评论
采纳的回答
Walter Roberson
2020-7-24
N = 55;
cellrange = sprintf('A%d:C%d', N, N);
Kmittelpunkt = xlsread('S:\AM-Design\WORK_Folder_Abschlussarbeiten_Kohler_Gerstadt_Babitsch\eigener_Aufbau\Spline.xlsx', 1, cellrange);
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!