I am not sure what's going on here as I don't have MATLAB R2013a. But, from the error, it looks like dynamic fields are not being able to be created for matlab objects. Are you sure nothing's changed in the MATPOWER code? Can you please send the MATPOWER command(s) you executed that lead to this error.
Shri From: Carlos Cruzat Hermosilla <[email protected]<mailto:[email protected]>> Reply-To: MATPOWER discussion forum <[email protected]<mailto:[email protected]>> Date: Mon, 19 Jan 2015 10:23:30 +0000 To: MATPOWER discussion forum <[email protected]<mailto:[email protected]>> Cc: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>> Subject: Re: PF Does not run It is R2013a 2015-01-18 3:09 GMT+00:00 Abhyankar, Shrirang G. <[email protected]<mailto:[email protected]>>: What's its Matlab version? On Jan 17, 2015, at 5:46 PM, "Carlos Cruzat Hermosilla" <[email protected]<mailto:[email protected]>> wrote: Hi All I am trying to run my power flow in a different computer and I got the attached error . I am pretty sure that it is nothing to do with the code, due to this run perfectly in my computer, so could anybody help me to solve this problem? Thanks, Carlos Adding new fields to an object is not permitted. Error in opf_model/userdata (line 46) om.userdata.(name) = val; Error in opf_setup (line 227) om = userdata(om, 'Bf', Bf); Error in opf (line 219) om = opf_setup(mpc, mpopt); Error in runopf (line 96) [r, success] = opf(casedata, mpopt); Error in rundcopf (line 94) [varargout{1:nargout}] = runopf(casedata, mpopt, fname, solvedcase); Error in Simulation_Two (line 223) [results,success]=rundcopf(celll{ry,1},opt); %rundcopf(celll{ry,1},opt);
