How to import Excel-data with specific format (xlsread with function_handle)?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I have an Excel-sheet containing data. I would like to import only data with a specified format into Matlab (e.g. specific colors, fontweights [bold, italic, underlined], fonts, etc.).
Is this possible? E.g. with a function handle in xlsread?
[dataNUM,dataTXT,dataRAW,dataCUSTOM]=xlsread('MyData.xlsx','','','',@text_handle)
0 Kommentare
Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!