comp.lang.ada
 help / color / mirror / Atom feed
* Emulation of MatLab functions?
@ 2001-07-17  0:28 Steve O'Neill
  2001-07-17 10:44 ` Jacob Sparre Andersen
  0 siblings, 1 reply; 2+ messages in thread
From: Steve O'Neill @ 2001-07-17  0:28 UTC (permalink / raw)


I'm just wondering whether anyone has ever attempted an Ada
implementation which would emulate some of the powerful vector
manipulation routines provided by Matlab.  I need to take a matlab model
and implement it in Ada95 and it would certainly be nice to have some of
the tools that Matlab provides.

I'm particularly interested in the functions such as find(<vector>) and
sort(<vector>). Find allows one to apply a criteria against an entire
array of values and it returns another array which contains the values
that pass the test (or references to these).  Sort does as you would
expect - returns the array in sorted order.  Some very powerful
functionality!

Anyway, I've got some thoughts on how I might emulate these in Ada but I
thought that I would query the Ada crew to see if I could save myself
some time and effort.

Thanks,
Steve




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-07-17 10:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-17  0:28 Emulation of MatLab functions? Steve O'Neill
2001-07-17 10:44 ` Jacob Sparre Andersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox