SDOxlsIF: Excel Interface API for Simulink Data Object
SDOxlsIF is a set of three M-File functions.
XLSREADSDO enables you to load workspace variables of Simulink Data Object from Excel worksheets.
XLSWRITESDO enables you to save workspace variables of Simulink Data Object to Excel worksheets.
For each package you will use, you should prepare a definition file on your MATLAB path
to define information about how SDOxlsIF works. The definition file can be either
XLS file or MAT file. Through the definition file, you can customize and also localize
your own Excel workbooks. XLSSDOINFO returns the information obtained from the definition file.
SDOxlsIF has already treated following Simulink data classes.
(1) any subclasses of some Simulink classes created by Simulink Data Class Designer
(2) Any classes that Simulink package contains
SDOxlsIF does not use MATLAB functions xlsread/xlswrite/xlsinfo,
and invokes only native methods of Excel OLE Automation server.
In this way, I could fix some problems and cut out some redundant
processes in these functions.
인용 양식
Tomoki Fukuda (2025). SDOxlsIF: Excel Interface API for Simulink Data Object (https://kr.mathworks.com/matlabcentral/fileexchange/20316-sdoxlsif-excel-interface-api-for-simulink-data-object), MATLAB Central File Exchange. 검색 날짜: .
MATLAB 릴리스 호환 정보
플랫폼 호환성
Windows macOS Linux카테고리
태그
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!