Hi,
I get this error when importing a v32 RAW file.
Parsing 1093 lines of 2-winding transformers (1) data ................???
Error using ==> cellfun
Non-scalar in Uniform output, at index 21, output 1.
Set 'UniformOutput' to false.
Error in ==> psse_parse_section at 209
data.num(:, c) = cellfun(xc_fcn, dd);
Error in ==> psse_parse at 273
[t2_1, warns] = psse_parse_section(warns, records(idx2), verbose, ...
Error in ==> psse2mpc at 71
[data, warnings] = psse_parse(records, sections, verbose, rev);
Does anyone have any ideas what this means?
Is there some way that I can see which line of the RAW file is causing this
error?
Thanks,
James