Prev: Appearance of symbol I when working with Symbolic Toolbox
Next: OPTIMIZED CODE FOR ARRAY OPERATION
From: Can Çilli on 22 Jul 2010 08:13 Hi Paul, I had the same problem. It is about coverage settings. in matlab type: get(get_param(bdroot,'handle')) then check the parameter "RecordCoverage" In my case, it was ON. Use this command: set_param(bdroot,'recordcoverage','off') Then the problem is solved. Regards, Can On 1 jun, 12:46, Paul <P...(a)noreply.com> wrote: > Hi, > > as described in the docs I did run the Fixed Point Advisor on my > model/sub-system. > > At point 1.5 Create simulation reference data I've got the error: > > Abnormal exit: Attempt to reference field of non-structure array. > > Simple running the prepared model independent I've got the error: > > A fatal error occurred when accessing the coverage tool: > cvi.TopModelCov.modelInit Cause: Input must be a structure. > > The information I've got are not sufficient to determine the error in my > model (if there is one). > > I can't find any information on inet about this. Any hints? > > Thanks, > Paul
|
Pages: 1 Prev: Appearance of symbol I when working with Symbolic Toolbox Next: OPTIMIZED CODE FOR ARRAY OPERATION |