Prev: Volume of Voronoi cells
Next: Plot (real time)
From: dpb on 19 Apr 2010 16:59 IAN SAl wrote: > Walter Roberson <roberson(a)hushmail.com> wrote in message >> It sounds very much like you are either not passing the variables >> through the parameter list, or else that you have mis-matched the >> dummy parameters in B compared to what you are actually passing out of A. > > Hi Walter Thanks for looking into my problem > > They are passed through the parameter lists > It could be if it is just one parameter but most of them ,if not allm > have the same problem Or you've aliased them w/ globals of same name or (stretching) have an m-file w/ the same name that returns a value or... As James have said, w/o at least the calling sequence and function definition there's no hope for help other than wild guesses such as those offered so far. Even though the crystal ball is back from the shop, this is beyond even its ken... --
From: IAN SAl on 19 Apr 2010 17:17
Yes Walter i dealed with it based on ODE rules but it seems not the same Mis-matching was the problem . Many thanks Thanks dpb , I know it is not easy to find the problem unless the i post the code Many thanks IAN |