help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Control toolbox having ss2tf, tf2ss, ss2sys, tf2sys, lsim, etc missi


From: Shrikrishna.Joshi
Subject: RE: Control toolbox having ss2tf, tf2ss, ss2sys, tf2sys, lsim, etc missing
Date: Tue, 20 Jul 2010 09:49:19 +0530

my query:

The command of "axis" is ignored if we plot in the for loop.

 With earlier version on IRIX operating system the command was honoured.

 

 

your comment:

You haven't really supplied enough information. As far as I can see the

axis command works as expected.

 

 

I am simulating crank-piston mechanism with torques and forces applied.

I wanted to visualize / animate the mechanism after solving it.

For this reason I gave the following command:

 

axis([-1 5 -1 5],"square");

for k=1:10:length(Xa)

system(" ",sleep(0.05));

plot([xo Xa(k) Xb(k)],[yo Ya(k) Yb(k)]);

end

 

another variant

 

for k=1:10:length(Xa)

system(" ",sleep(0.05));

axis([-1 5 -1 5],"square");

plot([xo Xa(k) Xb(k)],[yo Ya(k) Yb(k)]);

end

 

The plots however are plotted with auto limits and the axis command is ignored.

Due to which the plots look quite distorted.

Kindly suggest workaround.

 

Regards,

 

Shrikrishna C Joshi

Engineering Research Centre | Tata Motors Ltd. Premises

Pimpri | Pune 411018

p: +91 20 6613 5322

email: address@hidden

website: www.tatatechnologies.com

 

 

 

-----Original Message-----
From: David Bateman [mailto:address@hidden
Sent: 19 July 2010 20:44
To: Joshi Shrikrishna [Project Manager - PDV]
Cc: address@hidden
Subject: Re: Control toolbox having ss2tf, tf2ss, ss2sys, tf2sys, lsim, etc missing

 

address@hidden wrote:

> Hello,

> 

> 1.      I have downloaded 3.2.4 (stable version) with Redhat linux. In

> the ealier version with IRIX operating system OCST was available.

> However with the latest download I am not able to find it.

>  

The control toolbox was removed from Octave itself and became an

octave-forge package. Check

 

http://octave.sourceforge.net/control/index.html

 

You might also what to look at the control-oo toolbox that is more

matlab compatible. Though as this toolbox is in development you'll need

to get it from the SVN. See

 

http://octave.svn.sourceforge.net/viewvc/octave/trunk/octave-forge/main/control/

 

> 2.      The command of "axis" is ignored if we plot in the for loop.

> With earlier version on IRIX operating system the command was honoured.

> 

>  

You haven't really supplied enough information. As far as I can see the

axis command works as expected.

 

 

D.

 

**************************************************************************************************************************************************
Email Disclaimer:

Information contained and transmitted by this e-mail (including any attachments) is confidential, proprietary and legally privileged data of Tata Technologies that is intended for use only by the addressee. If you are not the intended recipient, you are notified that any review, use, dissemination, distribution, copying or printing of this e-mail is strictly prohibited. You are requested to delete this e-mail or any copies immediately and notify the sender by reply email. Internet communications cannot be guaranteed to be timely, secure, error or virus-free.  Tata Technologies does not accept any liability for virus infected email or errors or omissions or consequences which may arise as a result of this e-mail transmission. To know more about Tata Technologies please visit http://www.tatatechnologies.com
************************************************************************************************************************************************

reply via email to

[Prev in Thread] Current Thread [Next in Thread]