xls write data read with set of signals from xls

조회 수: 2 (최근 30일)
Teju
Teju 2019년 9월 12일
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에서 Text Files에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by