Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
0
simulation run error
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-09-2008 08:53 AM
I am trying to run simulink but get error:
Value length (3) does not equal array index length (4).
trying to intialize it by "force array 0" command.
Thanks.
0
Re: simulation run error
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
12-09-2008 03:20 PM
progkev wrote:I am trying to run simulink but get error:
Value length (3) does not equal array index length (4).
trying to intialize it by "force array 0" command.
Thanks.
The error is pretty obvious. You're assigning something of one size to an index of a different size. The sizes must match. Fix that.
-a
----------------------------------------------------------------
Yes, I do this for a living.











