Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 4 维参数,我想在 Excel 中导入。
目前,我有一系列 Excel 表格,每张表格超过 500,000 行。这些列是:
理想情况下,我希望在 GAMS 中有一个参数,例如:Surface(Parcel,Farm,Year,Species,Class)
Surface(Parcel,Farm,Year,Species,Class)
有没有一种优雅的方式来做到这一点?
问题解决了。
对于那些感兴趣的人,解决方案就像这样简单:
$CALL GDXXRW.EXE DeParcels2012_GAMS.xlsx par=input2012 rdim=5
可以在 gdxxrw 工具中指定维数。