티스토리 뷰
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로 불러오는 방법
엑셀데이터를 SMath로 불러오는 방법
엑셀데이터를 SMath로 불러오는 방법 1. XLSXImport/Export plugin을 설치한다. 2. 불러올 엑셀파일과 SM file은 동일한 폴더에 있어야 한다. 3. 사용법은 다음과 같다.
millonario.tistory.com
2023.03.09 - [SMath] - How to export Smath studio to XLSX
How to export Smath studio to XLSX
How to export Smath studio to XLSX matrix M is here. i want to export to XLSX. folder name is D:\dev\smath\ The path of the folder is "D:\dev\smath\" filename is mydatafile.xlsx exportData.XLSX(M,"D:\dev\smath\mydatafile.xlsx") = https://youtu.be/RqdrojGyp
millonario.tistory.com
'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 |