From sources-request at octave dot org Sun Sep 26 22:14:46 2004 Subject: Control Toolbox - ltiplot.m From: "John W. Eaton" To: Jay H cc: octave sources mailing list Date: Sun, 26 Sep 2004 23:13:35 -0400 On 26-Sep-2004, Jay H wrote: | We just started to use matlab for a control systems course, and up | until now I have been able to do all my homework in Octave. The | octave control toolbox is excellent. | | Recently we were told to do some work with the matlab function | 'ltiplot', and I found the source code with google, | http://www.google.com/search?hl=en&ie=UTF-8&q=ltiplot+matlab&btnG=Google+Search | | but when I try to run the code I get various octave syntax errors. Are you talking about what is posted at http://www.atmos.washington.edu? I haven't looked at the code, but is it an independent implementation for Octave or was it written for Matlab? Given the name of the directory and the list of files in the directory, it looks like someone has made some version of the Matlab control toolbox available on the web. Somehow, I suspect that the MathWorks would not approve. As I recall, redistribution is not allowed by the license. If it is MathWorks code, then even if you have a license for it, you can't simply modify it until it works in Octave and then submit it to the Octave project. Doing that would clearly be a copyright and license violation. jwe