Community Profile

photo

James McDaniel


Boston University

Last seen: 1 month ago Active since 2013

Followers: 0   Following: 0

Message

Statistics

All
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


finding index to a vector in structure
Consider the following example: f = struct f(1).x = 5; f(2).x = 1:10; f(3).x = 1; f(4).x = 2; I wish to ...

8 years ago | 1 answer | 0

1

answer

Question


color leaves out data
The command pcolor(1:4, 1:4, randn(4,4)) produces a tiled plot with 9 colors even though randn(4,4) is a colle...

9 years ago | 1 answer | 0

1

answer

Question


iterative solvers and speed comparisons
We are using an iterative solver with various starting guesses and trying to assess whether this is faster than using a direct s...

11 years ago | 0 answers | 0

0

answers

Solved


Matrix indexing with two vectors of indices
Given a matrix M and two index vectors a and b, return a row vector x where x(i) = M(a(i),b(i)).

11 years ago