GitList
About
Refresh
Report bug
Help
browsing:
de857369edab4a7076e0bdacae4778263ad585e0
Branches
master
Files
Commits
Stats
Network
Graph
SVMCrossVal.git
/
private
/
getDouble.m
Raw
Blame
Patch Log
History
function d = getDouble(fieldhandle) d = str2double(get(fieldhandle,'String')); end