Community Profile

photo

Loren Shure

MathWorks

Last seen: nästan 2 år ago Active since 2005

Professional Interests: MATLAB, teaching, numerics, science.
Personal Interests: glassblowing

Statistics

All
  • Knowledgeable Level 1
  • 5-Star Galaxy Level 3
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Revival Level 1
  • First Answer
  • Scavenger Finisher
  • Solver

View badges

Content Feed

Answered
find is not matching a value of 1 in an array
You are running into an issue of floating point arithmetic. You might use ismembertol : mathworks.com/help/matlab/ref/ismembert...

ungefär 4 år ago | 0

Answered
Turn data points into NaNs
Look at sub2ind to help you organize the subscripts into linear indices. Then use the linear index to select the values to chan...

mer än 6 år ago | 0

| accepted

Answered
Matlab jokes or puns
eye(newt) and ceil(approval)

mer än 7 år ago | 3

Answered
Problem when assigning vectors
First, Mike, there is no reason to preallocate the vector b with zeros since you overwrite the variable in the next statement. ...

mer än 11 år ago | 1