SIMEXP/psom

psom_run_script indexing issue

Opened this issue · 0 comments

Getting this error in MATLAB while trying to run a pipeline:

Error: File: psom_run_script.m Line: 407 Column: 23
()-indexing must appear last in an index expression.

Error in psom_run_pipeline (line 505)
[flag_failed,msg] = psom_run_script(cmd_deamon,script_deamon,opt_script,opt_logs);

When I look at it in the editor, it says "Cannot call or index into a temporary array"