XiongPengNUS / rsome

Robust Stochastic Optimization Made Easy
GNU General Public License v3.0
282 stars 54 forks source link

关于matlab #17

Closed Ouyang-maxzx closed 2 years ago

Ouyang-maxzx commented 2 years ago

如何像python里面一样通过命令formula = model.do_math() print(formula)可以显示模型信息,matlab应该通过什么命令

XiongPengNUS commented 2 years ago

在matlab中没有和do_math()完全一样的function,但是你可以用model.formula.Formula来得到标准化的模型信息。