Where can I find equivalences to Matlab functions?

View: New views
2 Messages — Rating Filter:   Alert me  

Where can I find equivalences to Matlab functions?

by Illidan Modeler :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I've got a script (M file) written for Matlab. It runs well on Matlab.
However, there are some functions that don't exist in GNU Octave, such
as waitbar, randsrc. So it cannot run directly in Octave.

Where can I find a list of equivalences to these Matlab functions that
don't exist in Octave?

--
Northern Capital, the Republic of Pandaria
http://illidan.cublog.cn
_______________________________________________
Help-octave mailing list
Help-octave@...
https://www.cae.wisc.edu/mailman/listinfo/help-octave

Re: Where can I find equivalences to Matlab functions?

by David Bateman-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Illidan Modeler wrote:
> I've got a script (M file) written for Matlab. It runs well on Matlab.
> However, there are some functions that don't exist in GNU Octave, such
> as waitbar, randsrc. So it cannot run directly in Octave.
>

randsrc is a comms toolbox function and is in octave-forge.. Ditoo for
waitbar

> Where can I find a list of equivalences to these Matlab functions that
> don't exist in Octave?

Try

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

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