<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta name="ProgId" content="Word.Document"><meta name="Generator" content="Microsoft Word 12"><meta name="Originator" content="Microsoft Word 12"><link rel="File-List" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_filelist.xml"><link rel="themeData" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_themedata.thmx"><link rel="colorSchemeMapping" href="file:///C:%5CDOCUME%7E1%5CADMINI%7E1%5CLOCALS%7E1%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml"><style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:roman;
        mso-font-pitch:variable;
        mso-font-signature:-1610611985 1107304683 0 0 159 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;
        mso-font-charset:0;
        mso-generic-font-family:swiss;
        mso-font-pitch:variable;
        mso-font-signature:-1610611985 1073750139 0 0 159 0;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {mso-style-unhide:no;
        mso-style-qformat:yes;
        mso-style-parent:"";
        margin:0cm;
        margin-bottom:.0001pt;
        mso-pagination:widow-orphan;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-fareast-language:EN-US;}
span.EmailStyle15
        {mso-style-type:personal;
        mso-style-noshow:yes;
        mso-style-unhide:no;
        mso-ansi-font-size:11.0pt;
        mso-bidi-font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        mso-default-props:yes;
        mso-ascii-font-family:Calibri;
        mso-ascii-theme-font:minor-latin;
        mso-fareast-font-family:Calibri;
        mso-fareast-theme-font:minor-latin;
        mso-hansi-font-family:Calibri;
        mso-hansi-theme-font:minor-latin;
        mso-bidi-font-family:"Times New Roman";
        mso-bidi-theme-font:minor-bidi;
        mso-fareast-language:EN-US;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;
        mso-header-margin:36.0pt;
        mso-footer-margin:36.0pt;
        mso-paper-source:0;}
div.Section1
        {page:Section1;}
-->
</style>

<p class="MsoNormal">This is the error message<br>
"<span style="color: red;">--error 21 <br>
Invalid index.<br>
<br>
at line      66 of function f called by :  <br>
y=ode(x0,0,t,f);<br>
at line      85 of exec file called by : "</span><br>
<br>
<span style="color: black;">I get this by programming 9 ordinary differential
equations. When I program the first 6 ODE's then I still get graphs but when
programming the last 3 that has a effect on the other 6 graphs I then get a
error message.<br>
<br>
Here is the sequence I used.<br>
<br>
Funcprot<br>
Function dx=f(t,x)<br>
Constant values<br>
ordinary differential equations<br>
endfunction<br>
initial values<br>
y=ode(xo,0,t,f)<br>
<br>
now here is ordinary differential equation 6 -  dx(6) = F+Fab-Floss (up to here the model works) please note this
is on line 66 corresponding to error message<br>
as soon as I type dx(7) = dx(7)  = ((rq1(dx_1)*x(6))+(rq2*(x(1))*(x(6))))<br>
<br>
I get the error.</span></p>

<p class="MsoNormal"><span style="color: black;"> </span></p>

<p class="MsoNormal"><span style="color: black;">Do you want me to send you the
SCILAB file?</span></p>

<font color="#000000"><br><br><br><br><br><br></font><br><div class="gmail_quote">On Mon, Aug 1, 2011 at 11:16 AM, Sylvestre Ledru <span dir="ltr"><<a href="mailto:sylvestre.ledru@scilab.org">sylvestre.ledru@scilab.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">CF:<br>
<a href="http://www.scilab.org/communities/developer_zone/tools/mailing_list" target="_blank">http://www.scilab.org/communities/developer_zone/tools/mailing_list</a><br>
"User mailing list for Scilab. Please post all usage questions here."<br>
;)<br>
<br>
About your questions, please show an example which reproduce your<br>
problem (less than 5 lines)<br>
<br>
<br>
Le lundi 01 août 2011 à 11:11 +0200, Jaundre Venter a écrit :<br>
<div><div></div><div class="h5">> Hi Just want to make sure is this the right email address to send<br>
> questions directly?<br>
><br>
> On Mon, Aug 1, 2011 at 10:11 AM, Sylvestre Ledru<br>
> <<a href="mailto:sylvestre.ledru@scilab.org">sylvestre.ledru@scilab.org</a>> wrote:<br>
>         Le lundi 01 août 2011 à 10:08 +0200, Jaundre Venter a écrit :<br>
>         > Hi<br>
>         > ><br>
>         > > To whom it may concern<br>
>         > ><br>
>         > > I am currently experiencing ERROR problems with SCILAB. I<br>
>         am busy<br>
>         > using<br>
>         > > SCILAB for my final year project in Chemical Engineering<br>
>         and it is a<br>
>         > very<br>
>         > > good program but I am experiencing some problems.<br>
>         > ><br>
>         > > Can someone please assist me with problems?<br>
><br>
>         Please ask your questions directly on the mailing... It is the<br>
>         goal of<br>
>         it.<br>
><br>
>         Sylvestre<br>
><br>
><br>
><br>
<br>
<br>
</div></div></blockquote></div><br>