Import data from Excel to Matlab GUI
    7 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
Hi everyone!
Hope all is well!
I have a slight problem with uploading my excel file that includes TEXT and NUMBER to Matlab GUI (Uitable).
On my excel file i had TWO columns, 1st column in text format and the 2nd column in number format.
As shown below it only displays the second column NOT the first column.
I typed this on the command window on Matlab GUI:
>>  data  = xlsread('height.xlsx');
>> data
data =
    55
    83
    79
    40
    58
0 Commenti
Risposta accettata
  Adam Danz
    
      
 il 22 Apr 2020
        xlsread  returns the numeric data in a matrix. The first column of your data are not numeric.  
6 Commenti
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Develop Apps Using App Designer 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!

