Community Profile

Brandon Kuczenski


University of California

Active since 2001

Postdoctoral Researcher, Environmental Science and Management
Professional Interests: System Engineering, Technology Assessment, Industrial Ecology

Statistics

All
  • Personal Best Downloads Level 4
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Thankful Level 1
  • Quiz Master
  • Speed Demon
  • Creator
  • Promoter
  • Commenter
  • Solver

View badges

Content Feed

View by

Question


How do I add a value to a field in each element of a struct array?
Say I have a struct array with a numeric field: >> a=struct('bar',{47 52}) I want to increment that field across each el...

nästan 10 år ago | 1 answer | 0

1

answer

Answered
@struct method not being found
I have been advised by Matlab support that this is expected behavior, because function_handle has higher precedence than struct-...

ungefär 10 år ago | 0

| accepted

Question


@struct method not being found
I have written a number of extensions to the Matlab struct type, which I have stored in a directory called @struct. One of thes...

ungefär 10 år ago | 1 answer | 2

1

answer

Question


Compare two strings based on ASCII dictionary order
I know the sort builtin function will sort cell arrays of strings in ascii dictionary order. But how may I simply compare two s...

nästan 12 år ago | 3 answers | 0

3

answers

Question


UI tweak - Suppress abbreviation of long strings in command window
When I am using matlab interactively to deal with cell arrays of strings, I often find long strings get abbreviated to display e...

ungefär 12 år ago | 1 answer | 1

1

answer