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
parseparams.m File Reference
Functions
while
(i<=numel(params)) if(ischar(params
Variables
function
[
reg
,
prop
]
break
endwhile
reg
= params(1:i-1)
prop
= params(i:end)
Function Documentation
while
(
i<=
numel
params
)
Variable Documentation
break
function
[
reg
,
prop
]
Initial value:
parseparams (params)
i
= 1
prop
= params(i:end)
endwhile
reg
= params(1:i-1)