Community Profile

photo

Frank


Last seen: 1 year 前 自 2014 起处于活动状态

统计数据

  • Thankful Level 2
  • First Review
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 0

1

个回答

提问


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 前 | 1 个回答 | 1

1

个回答