It looks to me like when you go to store the return value of runopf() in
results it is finding that the existing results struct has different fields
than the one being returned by runopf(). Try clearing the results variable
first and if that doesn’t work, you can probably work around it by storing the
results in a cell array instead of a struct array. That is, use …
results = cell(nt, 1);
results{t} = runopf(...);
— Ray
> On Feb 20, 2016, at 9:33 AM, VANJARAPU VENKATARAONAIDU
> <[email protected]> wrote:
>
> sir
> when using the scaleload function,when run the opf its showing the error
> attached below.what is the problem,how can i rectify it.
> <time.txt>