signal extraction
Y=wkeep(x,[L],[type]) Y=wkeep(x,[L],[FIRST]) Y=wkeep(M,[S],[indexVector])
wkeep is an utility function for both vector and matrix extraction. For vector extraction, extractions will be aligned to the right, left or center based on optional argument type. So does matrix extraction.
Roger Liu and Isaac Zhi