> Also, can you elaborate on what (if anything) it is about Matlab that
> you feel you can't replicate in Python? Are you aware of matplotlib and
> numpy?
The features provided by some matlab 'toolboxes' (libraries in
matlab-speak)
are lacking, and are beyond what numpy + scipy may provide. Some
"Daniel Nogradi" <[EMAIL PROTECTED]> writes:
> > I am desperately looking for a way to call Python from Matlab. I have become
> > used to Python's rich syntax and large number of libraries, and feel
> > ridiculously clumsy being stuck with Matlab's rather restricted facilities
> > for doing other
> "AgenteSegreto" == AgenteSegreto <[EMAIL PROTECTED]> writes:
AgenteSegreto> I've been a Matlab user for years and have recently
AgenteSegreto> started using Python with matplotlib and NumPy for
AgenteSegreto> most of my work. The only thing I found that is
AgenteSegreto> st
In article <[EMAIL PROTECTED]>,
Carl <[EMAIL PROTECTED]> wrote:
>My major problem with Matlab is not the language; it is a quite nice
>language, comparable to Python and R.
Having done a bunch of MATLAB GUI programming for a client a few years
ago, I would not agree that MATLAB is a "nice" lang
I've been a Matlab user for years and have recently started using
Python with matplotlib and NumPy for most of my work. The only thing I
found that is still lacking is a 3D capability in matplotlib. I was
trying to visualize a hill climbing algorithm and I couldn't find
anything comparable to Mat
Kelvie Wong wrote:
> I have a suspicion it is the collaborative effort that is the problem
> here -- I try to use Python whenever possible for
> engineering/numerical analysis, but the established industry standard
> (for most disciplines of engineering) is still MATLAB.
>
> Although Python is ar
I have a suspicion it is the collaborative effort that is the problem
here -- I try to use Python whenever possible for
engineering/numerical analysis, but the established industry standard
(for most disciplines of engineering) is still MATLAB.
Although Python is arguably better in most respects,
I'm afraid I can't be very helpful to you, but you could be most
helpful to some of us.
Can you elaborate on what specifically you found difficult? In some
circles Python is regarded as a direct competitor to Matlab. Your
preference for Python for "other things than standard mathematical
work" in
> I am desperately looking for a way to call Python from Matlab. I have become
> used to Python's rich syntax and large number of libraries, and feel
> ridiculously clumsy being stuck with Matlab's rather restricted facilities
> for doing other things than standard mathematical work.
>
> Does anyon