Community Profile

photo

Brandon Armstrong


Harvard University

Active since 2012

Followers: 0   Following: 0

Message

Professional Interests: NMR

Statistics

All
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Knowledgeable Level 1
  • First Answer
  • Solver

View badges

Feeds

View by

Submitted


TNMR GUI
A GUI for visualizing and analyzing TNMR 1-D data sets.

11 years ago | 6 downloads |

Thumbnail

Solved


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

12 years ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

12 years ago

Submitted


viewSlices3D
GUI to view individual slices of MRI data as well as vertical and horizontal cuts through each slice

12 years ago | 1 download |

Thumbnail

Answered
Parfor Loops
Nested parfor loops I believe are not allowed, but there is away around the indexing problem but putting the inner loop inside a...

12 years ago | 1

Answered
Curve Fitting
Does not work mean you get an error, or just that the fit is very bad? If it is not fitting properly you can try giving some ini...

12 years ago | 0

Answered
Loading image into GUI
Make sure you make the axes active and then you can use the 'image' or 'imagesc' command. For example, I have a gui where depend...

12 years ago | 0

| accepted

Submitted


Best Cribbage Hand
This function finds the best possible hold cards for a given cribbage hand.

12 years ago | 1 download |

Submitted


viewProfiles
GUI to examine horizontal and vertical cuts through a 3D data set or 2D matrix.

12 years ago | 1 download |

Thumbnail