xls write data read with set of signals from xls

1 次查看(过去 30 天)
I would like to read specific data from xls sheet after the xls write operation from m script.
As per the snip, XLS write data is done for set of signals in the xls sheet and i would like to read the same data .I have tried with xlsread(filename, sheet,range)
But getting error "Range argument must be a string. See HELP XLSREAD"
data=xlsread(testFile,tabName,Column_expected);
'Column_expected 'range will change "for i = 1:length(outputSignalNames)"
as per the Test plan Image , i would like to read the data in specific cell with respect to signal names.
Please suggest for any example

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Data Import and Analysis 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by