티스토리 뷰
Truss Joint Method_Matrix
엑셀데이터를 SMath로 불러오는 방법
1. XLSXImport/Export plugin을 설치한다.
Directory of Excel file to import
MyDirectory:DocumentDirectory("")="D:\dev\smath\"
Name of Excel file
MyFile:concat(MyDirectory,"Truss\005F\joint\005F\Matrix\002E\xlsx")
To import: Sheet name, Start cell, End cell
M:importData.XLSX(MyFile,"Sheet1","E20","T35")
2023.03.08 - [SMath] - 엑셀데이터를 SMath로 불러오는 방법
2023.03.09 - [SMath] - How to export Smath studio to XLSX
반응형
LIST
'SMath' 카테고리의 다른 글
How to export Smath studio to XLSX (0) | 2023.03.09 |
---|---|
엑셀데이터를 SMath로 불러오는 방법 (0) | 2023.03.08 |
Findindex (0) | 2023.03.07 |
findrows[SMath] (0) | 2023.03.07 |
Multi-linear regression (0) | 2023.03.06 |