Question: matlab Specific entries in a two dimensional array dataMatrix are identified by a logical index array logicalSelect . Assign the first numSelected of the selected
matlab Specific entries in a two dimensional array dataMatrix are identified by a logical index array logicalSelect Assign the first numSelected of the selected elements to an array selectedData.
Ex: If dataMatrix is : : logicalSelect is : : and numSelected is then selectedData is
: :
Function e
E Save C Reset EE MATLAB Documentation
function selectedData SelectLogicalN dataMatrix, logicalSelect numSelected
SelectLogicaiN: Return the first numSelected values of input array dataMatrix indexed by localselect indexing array.
Inputs: dataMatrix input data matrix D array
logicalSelect logical indexing array, can be D on Linean numSelected number of indexed elements to return in selectedData
OutputS
SelectedData column vector of logically indexed elements to return
Assign tempselected with logically indexed elements of dataMatrix tempSelected dataMatrix;
Assign
selectedData with first numselected elements of tempselected
selectedData dataMatrix;
end
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
