help-octave
[Top][All Lists]
Advanced

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

Re: Problem entering functions


From: Mathieu Dubois
Subject: Re: Problem entering functions
Date: Fri, 01 Jun 2012 14:34:17 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.15) Gecko/20101027 Fedora/3.0.10-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.10

Le 01/06/2012 09:09, George, Michael David a écrit :
I'm trying to just run a simple root locus problem but I can't even use the transfer function on octave.

Here's what I type in and this is what I get:

sys=tf([1], [1 8 32 0]);
error: 'tf' underfined near line 7 column 5

What am I doing wrong??
If I understand correctly, tf is a matlab function... Under octave try tf2sys (you may want to read
http://web.mit.edu/6.302/www/compare/report.html - first google answer to "octave transfer function").


Michael George
address@hidden

2nd Oak Resident Assistant

_______________________________________________ Help-octave mailing list address@hidden https://mailman.cae.wisc.edu/listinfo/help-octave


reply via email to

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