Git Product home page Git Product logo

Comments (12)

EriveltonGualter avatar EriveltonGualter commented on September 14, 2024 1

Hi all, I have been busy with school work and I haven't the chance to look at this in detail.

I tested under Windows 10 and Ubuntu 18.04 for Octave 4.2.2. I have updated my Octave version and I faced the same problem as you guys. I am downgrading Octave to 4.2.2 to make sure it still ok.

from octave-control.

alexander-at avatar alexander-at commented on September 14, 2024 1

Hi all, I have been busy with school work and I haven't the chance to look at this in detail.

I understand. Please don't take my chattiness here as impatience. I just wanted to document my attempt at getting it running and what worked / didn't so it's not lost work. I've made the decision to fork over the cash to Mathworks to get the thing going I'm working on.

What you got going here is a great start, I expect. Having it around will, eventually, reduce a hurdle to teaching / learning how to build control systems on a shoestring!

from octave-control.

bnourrcier avatar bnourrcier commented on September 14, 2024

Swagata - i got the same results. Once complete, i no longer had access to the control folder. It appears to be deleted. I get the feeling that this tool was never completed...

Brett

from octave-control.

Swagata12345 avatar Swagata12345 commented on September 14, 2024

from octave-control.

EriveltonGualter avatar EriveltonGualter commented on September 14, 2024

Hello @Swagata12345,

Thank you for pointing out this error. I am setting a new environment to try this installation from scratch, and I will get back to you.

@bnourrcier, you are right, this project was conducted under Google Summer of Code, and I guess it was never updated to the main branch of the control package. I will reach out to the mentors for the project as well.

Best,
Eri

from octave-control.

bnourrcier avatar bnourrcier commented on September 14, 2024

from octave-control.

Swagata12345 avatar Swagata12345 commented on September 14, 2024

from octave-control.

alexander-at avatar alexander-at commented on September 14, 2024

Hi Eri,
I'm trying to install this also. Could you or someone confirm that Octave 4.2.2 is a version that the install will complete for while the Octave 4.4.0 does not correctly complete the install?

Also: is this know to work under Windows 10 or was it just tested against Octave on Linux?

Andy

from octave-control.

alexander-at avatar alexander-at commented on September 14, 2024

Some more observations:

  1. Needs 4.2.2 to load up ok.
  2. Under windows G = tf([1], [1 1]); sisotool(G) doesn't make any reasonable step response graph show up. (It's blank.)
  3. For operation under Ubuntu, you'll need 18.04 LTS version in order to easily get Octave 4.2.2.
  4. Under Ubuntu G = tf([1], [1 1]); sisotool(G) makes a reasonable step response show up. "Architecture" is missing all of the pictures shown on the main page for Eri's work.

from octave-control.

EriveltonGualter avatar EriveltonGualter commented on September 14, 2024

Hi all, I have been busy with school work and I haven't the chance to look at this in detail.

I understand. Please don't take my chattiness here as impatience. I just wanted to document my attempt at getting it running and what worked / didn't so it's not lost work. I've made the decision to fork over the cash to Mathworks to get the thing going I'm working on.

What you got going here is a great start, I expect. Having it around will, eventually, reduce a hurdle to teaching / learning how to build control systems on a shoestring!

No problem et all :D
ANd thank you for your feedback/contributions.

from octave-control.

cxc1535 avatar cxc1535 commented on September 14, 2024

Using Windows 10 Pro, Version 2004, OS build 19041.685 I installed Octave 4.2.2 because installing SISOControl under Octave 6.1.0 failed. Under Octave 4.2.2 I got these messages:

pkg install control-3.1.0_gsoc.tar.gz
C:\Users\cxc\AppData\Local\Temp\octave-help-ajXTF6:156: misplaced {
C:\Users\cxc\AppData\Local\Temp\octave-help-ajXTF6:156: misplaced }
C:\Users\cxc\AppData\Local\Temp\octave-help-z0CSUN:153: misplaced {
C:\Users\cxc\AppData\Local\Temp\octave-help-z0CSUN:153: misplaced }
warning: couldn't clean up after my self: Permission denied
For information about changes from previous versions of the control package, run 'news contro
l'.

I don't yet have experience with SISOControl, but I wanted to provide this information before it vanishes from my system. This might be helpful to someone. In the meantime I'll try to see if SISOControl works despite these messages.

from octave-control.

cxc1535 avatar cxc1535 commented on September 14, 2024

Follow up:

I got messages like these, the last pair in a very long series. I don't know how to get around them.

warning: could not match any font: *-normal-normal-11
warning: called from
axis_label at line 30 column 3
xlabel at line 51 column 8
rlocus at line 302 column 5
plotrlocus at line 549 column 3
plots at line 467 column 5
update_plot at line 153 column 7
GUI_sisotool at line 920 column 1
sisotool at line 110 column 3
error: imread: unable to find file ~/octave/control-3.1.0/images/RPole.png
error: called from
imageIO at line 71 column 7
imread at line 106 column 30
plotrlocus at line 570 column 11
plots at line 467 column 5
update_plot at line 153 column 7
GUI_sisotool at line 920 column 1
sisotool at line 110 col

from octave-control.

Related Issues (5)

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.