Closed DANAJK closed 1 year ago
Thanks, this function is trying to identify markdown table by using "|" in the text, which happens to be "or" operator in MATLAB.
The output from ChatGPT contains the following line, and this is misidentified as table.
if size(table,1) ~= 20 || size(table,2) ~= 7
Fixed in latest release
MATLAB error message:
The prompt I had used in MatGPT was
In the debugger, at line 133 of TextHelper.m,
headerRowIdx
was empty. I noted thatsplittedStr
contained what looked like a correct response from GPT with perhaps a missing "|" symbol (for OR) where it checks the table size.