tbpsg_toolbox function opens PSG Toolbox.
Syntax
tbpsg_toolbox
tbpsg_toolbox(problem_statement, toolboxstruc_arr)
Description
tbpsg_toolbox opens a new PSG Toolbox.
tbpsg_toolbox(problem_statement, toolboxstruc_arr)opens PSG Toolbox Window with problem statement problem_statement and data are stored in structure toolboxstruc_arr.
Input Arguments
problem_statement |
string with description of optimization problem (see Problem Statement); |
toolboxstruc_arr |
array of PSG data structures (see PSG Data Objects). |
There are two ways to create Problem Statement:
• | use Problem Statement Window in Toolbox GUI and save it to MATLAB using Menu: Data -> Save to Workspace.; |
• | create MATLAB variable of class char. |
There are two ways for creation PSG Data Objects in MATLAB:
• | use PSG Objects Windows in Toolbox GUI and save it to MATLAB using Menu: Data -> Save to Workspace.; |
• | use special PSG m-functions for packing data to structure. |
See also
tbpsg_vars, tbpsg_run, tbpsg_solution, tbpsg_solution_struct