Community Profile

photo

Volkmar Glauche


Freiburg Brain Imaging

Last seen: 4 months ago Active since 2009

Professional Interests: image processing, statistics, medical image analysis

Statistics

All
  • Personal Best Downloads Level 1
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Solver

View badges

Content Feed

View by

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

12 years ago

Solved


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

12 years ago

Solved


Sorted highest to lowest?
Return 1 if the input is sorted from highest to lowest, 0 if not. Example: 1:7 -> 0 [7 5 2] -> 1

12 years ago

Solved


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

12 years ago

Submitted


Clean up context of anonymous function handles - bug #328733
This submission provides a workaround for MATLAB bug #328733.

14 years ago | 1 download |

Submitted


Submit MATLAB functions to a cluster
Run MATLAB functions on a gridengine/torque/PBS cluster

14 years ago | 2 downloads |

Submitted


Use handle classes to model dependencies between computation steps
Trigger computations in one object once computation results from other objects become available.

14 years ago | 1 download |

Submitted


Generate .m-file code for any MATLAB variable
Generate .m script code for any MATLAB variable. If run, the code recreates the input variable.

14 years ago | 5 downloads |