[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble installing control toolbox
From: |
marco atzeri |
Subject: |
Re: Trouble installing control toolbox |
Date: |
Fri, 14 Dec 2012 07:40:13 +0100 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0 |
On 12/14/2012 2:22 AM, Michael Noone wrote:
Hi Alexander - we're getting somewhere now! I installed gnuplot.
However, the graph I'm getting is rather ugly... I tried switching to
fltk and it did not change the output. Either way, I get an all text
output. I used octave with the controls toolbox a few years ago and I
remember getting nice looking graphs that popped up in an external
window - do you have any idea how to set this up?
you need to start octave from inside an Xterm, not from a console like
Mintty. Otherwise you see on octave start
"warning: X11 DISPLAY environment variable not set"
To have graphics on cygwin you need to start the Xwin server.
See below:
octave:1> pkg load control
octave:2> a = tf(1, [1 2 3])
Transfer function 'a' from input 'u1' to output ...
1
y1: -------------
s^2 + 2 s + 3
Continuous-time model.
octave:3> bode(a)
attached screen copy using gnuplot graphics
Regards
Marco
bode_screen.png
Description: PNG image
- Re: Trouble installing control toolbox, (continued)
- Re: Trouble installing control toolbox, Michael Noone, 2012/12/13
- Re: Trouble installing control toolbox, Alexander Hansen, 2012/12/13
- Re: Trouble installing control toolbox, Michael Noone, 2012/12/13
- Re: Trouble installing control toolbox, Alexander Hansen, 2012/12/13
- Re: Trouble installing control toolbox, Benjamin Abbott, 2012/12/13
- Re: Trouble installing control toolbox, Michael Noone, 2012/12/13
- Re: Trouble installing control toolbox, Ben Abbott, 2012/12/13
- Re: Trouble installing control toolbox, Michael Noone, 2012/12/14
- Re: Trouble installing control toolbox, marco atzeri, 2012/12/14
- Re: Trouble installing control toolbox, Michael Noone, 2012/12/14
- Re: Trouble installing control toolbox,
marco atzeri <=