Octave-Forge
- Extra packages for GNU Octave
Home
·
Packages
·
Developers
·
Documentation
·
FAQ
·
Bugs
·
Mailing Lists
·
Links
·
Code
Navigation
Operators and Keywords
Function List:
» Octave core
» by package
» alphabetical
C++ API
Main Page
Namespaces
Classes
Files
S
earch for
File List
File Members
saveaudio.m File Reference
Functions
function
saveaudio
(
name
, X, ext,
bit
) if(
nargin
< 2||
nargin
> 4) print_usage()
endif
if
(
nargin
==2) ext
endif
if
(
nargin
< 4)
bit
Function Documentation
endif
if
(
)
endif
if
(
nargin
=
=2
)
function
saveaudio
(
name
,
X
,
ext
,
bit
)