I'm using the CVX modeling system in MATLAB. I would like to solve a series of problems where the structure/format of the optimization problem remains the same, but the value of specific parameters changes.
This answer states that CVXPY (for the Python programming language) allows you to specify parameters for this purpose. Using parameters can make solving times "substantially faster" than repeatedly solving new problems from scratch. More information is in the CVXPY Python documentation.
I can't find any similar functionality in the CVX MATLAB documentation. Does CVX have parameters similar to CVXPY?