Error using xlsread (line 251) Error: Unspecified error

조회 수: 2 (최근 30일)
Karishma Chhabria
Karishma Chhabria 2017년 11월 6일
댓글: OCDER 2017년 11월 6일
My xlsread works generally. All of a sudden today, it shouted this error with the same code I have been using since ages. I am running on 2017b version. I have tried all suggestions such as changing excel sheet format, changing the adds-in option in the excel file menu. I trial tested running code on other computer with 2017b and it works. Something went pear shaped with my computer MATLAB. I am quite desperate to rectify this since its one of my basic codes which is followed by main analysis. Seems like a bug which can be corrected. I would extremely if anyone could suggest anything?
  댓글 수: 1
OCDER
OCDER 2017년 11월 6일
Does xlsread work by itself?
[filename, filepath] = uigetfile('*.xlsx');
[a, b, c] = xlsread(fullfile(filepath, filename)) %Error?
If no error, then something is odd with the code. What is your code?

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

답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by