xlsread - Undefined function 'dec2base27
    3 Ansichten (letzte 30 Tage)
  
       Ältere Kommentare anzeigen
    
Hi I am running R2013a on Windows 7 Prof. I have been successfully using xlsread in a script to read .xlsx spreadsheets (Excel 2010) - worked 100%. Last night I accidentally opened another instance of Matlab, my pc slowed down dramatically, but the script was still executing. I then closed both instances of Matlab and opened only one instance. Since then I have been getting this error: Undefined function 'dec2base27' for input arguments of type 'double'. Searches via Google show quite a few similar problems. I have tried the following (without success): (I used the function as follows: [~,~,RAW]=xlsread(FILE,SHEET,RANGE)) a] Have relevant spreadsheet open/closed will running the script. b] Removing the 'Range' argument. c] Added the 'basic' argument. d] Changing spreadsheet to Excel 97 format. e] Disabling Excel add-ins: - Send to Bluetooth" (btsendto_office.dll) - I do not have this add-in: ADTAPLib.ApproveItAddin
Please advise Thanks Andre
3 Kommentare
  MEBARA TANGA Serge
 am 13 Nov. 2016
				
      Bearbeitet: MEBARA TANGA Serge
 am 13 Nov. 2016
  
			Hi @ Jan Simon,
i have the same problem. I think it is like you can see in this pic. For me, when i use xlsread on other laptop it doesnt work. But in mine it works well. I developed my app with my laptop.
PS:Sorry for my English, i am French. My matlab version :8.2.0.701 (R2013b)
thanks
  Jan
      
      
 am 13 Nov. 2016
				@MEBARA TANGA Serge: Please post the message as text, not as screen shot. It is much easier to ask an internet search engine for details, when I can use copy&paste, instead of typing the text by my own.
Antworten (3)
  Walter Roberson
      
      
 am 13 Nov. 2016
        In R2013b, dec2base27 was a function inside of xlswrite.m and xlsread.m did not use dec2base27 at all.
You should be checking for the possibility that you are using an old version of xlsread.m . In R2013b, line 105 of xlsread.m should say
      %   $Revision: 1.23.4.43 $  $Date: 2012/12/10 23:52:43 $
0 Kommentare
  Pritesh Shah
      
 am 12 Okt. 2016
        Dear Andre,
Restart the laptop. It may work.. :))
1 Kommentar
  MEBARA TANGA Serge
 am 13 Nov. 2016
				Hi, I have the same problem. I have already restart the laptop but it doesnt work.
Can you help me?
  Jen
 am 31 Jan. 2017
        Hi, I have the same problem. The error message is:
Error using xlsread (line 248)
Undefined function 'dec2base27' for input arguments of type 'double'.
Line 105 of xlsread.m says exactly:
% $Revision: 1.23.4.43 $ $Date: 2012/12/10 23:52:43 $
Thank you for your answer!
6 Kommentare
  Jen
 am 2 Feb. 2017
				Yes, it seems that I have a newer version of xlsreadCOM :
% Copyright 1984-2015 The MathWorks, Inc.
  Walter Roberson
      
      
 am 2 Feb. 2017
				A 2015 copyright certainly should not have been present in R2013b. You might need to reinstall MATLAB to get the correct version.
Had you installed a Mathworks patch at some point?
Siehe auch
Kategorien
				Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange
			
	Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!