Filter löschen
Filter löschen

Insufficient number of outputs from right hand side of equal sign to satisfy assignment

1 Ansicht (letzte 30 Tage)
Hi, I'm getting the following error while executing
Insufficient number of outputs from right hand side of equal sign to satisfy assignment.
Error in xlsTransFct (line 8) How to solve this error? [~,XLSSHEETS] = xlsfinfo(xlspath);

Antworten (1)

madhan ravi
madhan ravi am 29 Okt. 2018
[status,sheets,xlFormat] = xlsfinfo(filename) %correct calling of the syntax
  5 Kommentare
sri Jagarlmudi
sri Jagarlmudi am 29 Okt. 2018
it showing the following error
Error using validpath>getFullName (line 66)
File 'D:\projekte\00_Matlab\00_Lib\code_to_test\recon.xls' not found.
Error in validpath (line 23)
filenameOut = getFullName(filename);
Error in xlsfinfo (line 44)
filename = validpath(filename);
Error in xlsTransFct (line 8)
[status,sheets,xlFormat] = xlsfinfo('recon.xlsx'); %correct calling of the syntax
madhan ravi
madhan ravi am 29 Okt. 2018
it shows that you don't have any file named recon.xls in that path

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Variables finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by