필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
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);

답변 (1개)

madhan ravi
madhan ravi 2018년 10월 29일
[status,sheets,xlFormat] = xlsfinfo(filename) %correct calling of the syntax
  댓글 수: 5
sri Jagarlmudi
sri Jagarlmudi 2018년 10월 29일
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 2018년 10월 29일
it shows that you don't have any file named recon.xls in that path

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Variables에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by