photo

Loren Shure

MathWorks

Last seen: 2年以上 前 2005 年からアクティブ

Followers: 0   Following: 0

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

統計

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

バッジを表示

Feeds

表示方法

回答済み
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...

4年以上 前 | 0

回答済み
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...

7年弱 前 | 0

| 採用済み

回答済み
Matlab jokes or puns
eye(newt) and ceil(approval)

約8年 前 | 3

回答済み
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. ...

約12年 前 | 1