MATLAB
Hello everybody!!
I would like to ask if anyone knows about MATLAB. Does anyone?
I am trying to build a programme for the flow-shop sequence problem, and I though as the problem is almost maths, the MATLAB could help me. If the question is yes, is it easy to use MATLAB?
thanks
[304 byte] By [
javoxygena] at [2007-11-27 10:09:59]

# 1
> I would like to ask if anyone knows about MATLAB.
> Does anyone?
>
used it about 15 years ago.
> I am trying to build a programme for the flow-shop
> sequence problem, and I though as the problem is
> almost maths, the MATLAB could help me. If the
> question is yes, is it easy to use MATLAB?
>
It was at the time, haven't seen it since.
Do purchase it and see for yourself. The documentation that shipped with it was quite excellent.
# 2
> Hello everybody!!
>
> I would like to ask if anyone knows about MATLAB.
> Does anyone?
>
> I am trying to build a programme for the flow-shop
> sequence problem, and I though as the problem is
> almost maths, the MATLAB could help me. If the
> question is yes, is it easy to use MATLAB?
>
> thanks
I suggest implementing it in a language you're familiar with. This can be implemented in Java, it doesn't have to be a heavy numerical computing/programming environment like MATLAB.
You are also aware of the fact that MATLAB is pretty expensive, right?
This is also not really the place to ask about MATLAB, try a MATLAB mail-list or forum.
Good luck.