GithubHelp home page GithubHelp logo

Comments (4)

murrayrm avatar murrayrm commented on August 18, 2024

Commented by eike on 2011-06-10 14:48 UTC
I had the same problem, and I therefore created my own branch of the library. In this branch I fixed this bug, and I also implemented the simulation of MIMO systems.

Look at:
https://bitbucket.org/eike_welk/python-control/

The current revision (193) works IMHO well.

The easiest way to get the library is with the version control system "Mercurial". You open a terminal window and type:

hg clone https://[email protected]/eike_welk/python-control #download the code
cd python-control/
hg update 193 #This is optional - move to revision 193 - I usually check in working code
su #get administrative privileges - depends on your operating system
python setup.py install
rm -r build dist #clean up
exit

I would be glad if you tried my version of Python Control. If the instructions are too complicated for you, Ill think of a way, how you can get a regular package.

from python-control.

murrayrm avatar murrayrm commented on August 18, 2024

Commented by eike on 2011-06-10 14:56 UTC
The bug tracker garbled my instructions to downloa and install the library, so here are they again:

hg clone https://[email protected]/eike_welk/python-control
cd python-control/
hg update 193
su #depends on your operating system
python setup.py install
rm -r build dist
exit

from python-control.

murrayrm avatar murrayrm commented on August 18, 2024

Commented by murrayrm on 2011-06-22 18:28 UTC
This is resolved in version 0.4d (current trunk). All time response functions now return arrays instead of matrices. Will close when 0.4d is released.

from python-control.

murrayrm avatar murrayrm commented on August 18, 2024

Commented by sf-robot on 2011-07-06 19:20 UTC
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).

from python-control.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.