xls write data read with set of signals from xls
    3 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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 Commenti
Risposte (0)
Vedere anche
Categorie
				Scopri di più su Text Files in Help Center e File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
