Community Profile

photo

Frank


Last seen: 2 years ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

  • Thankful Level 2
  • First Review
  • Thankful Level 1

View badges

Feeds

View by

Question


How to change the MATLAB prompt
The standard MATLAB prompt is >> I would like to change the prompt according to a status variable. Example: myStatus = 'Proj...

2 years ago | 1 answer | 0

1

answer

Question


Access to nested structs
I have a struct say a.b.c.d, but want to avoid hard coded 'b.c.d'. Ist there an easy way to access the data dynamically, for ex...

3 years ago | 1 answer | 0

1

answer

Question


Add a vector to a struct array
I have a struct array, say a(1).b=1 a(2).b=1 a(1).c=1 a(2).c=1 and an vector, say c=[1 2] Now I want ...

9 years ago | 1 answer | 1

1

answer