the error is because of i gave like mpc(t)=mpc,i need to write as
mpc0(t)=mpc just for example.i have cleared my doubt and thanx for replying

On Tue, Feb 23, 2016 at 8:58 PM, Ray Zimmerman <[email protected]> wrote:

> 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>
>
>
>

Reply via email to