photo

DrK


Last seen: 3년 초과 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

1 질문
2 답변

순위
62,360
of 301,754

평판
0

참여
1 질문
2 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,410

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,414

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

답변 있음
dynamic naming of structures
Actually, found my own answer: x = 'name'; eval(sprintf('%s = struct;',x)); This creates a structure named 'name' and one can...

대략 4년 전 | 0

| 수락됨

답변 있음
dynamic naming of structures
Not really. I know about the paranthesis around field names, but it creates another level of structure. The problem is that if...

대략 4년 전 | 0

질문


dynamic naming of structures
If I have a variable x='name', how can I use x to build a structure with name 'name' that looks like: name.a name.b No need t...

대략 4년 전 | 답변 수: 3 | 0

3

답변