# sap2000_io_matlab **Repository Path**: bjut804/sap2000_io_matlab ## Basic Information - **Project Name**: sap2000_io_matlab - **Description**: No description available - **Primary Language**: Unknown - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-26 - **Last Updated**: 2025-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sap2000 s2k 文件matlab接口 ## 概要 + sap2000测试版本 : 25.3.1 + matlab测试版本 : 2023a, 采用的dictionary数据结构在2021b引入, 因此之前的版本不支持 + matlab查询数据结构 : dictionary 查询模式 : { } (花括号) + matlab根数据结构 : cell + 提取数据以.get_{NAME}_dict对象方法, 返回 : dictionary 或 mat 对象 ## 使用范例 ### 示例代码 : ```matlab