How to create a structure with a name speficied by user in inputdlg?

조회 수: 1 (최근 30일)
Flávio
Flávio 2013년 2월 6일
So I ask what is the name of the structure in an inputdlg, the result is a cell array. The field is named always 'Course' and I want to create a structure named specifiedname.Course=[].
Is it possible to do?
  댓글 수: 1
Image Analyst
Image Analyst 2013년 2월 6일
Why would you want to do that? It would just complicate your program, though I think you can do it with dynamic structure names, but again, it's just unnecessary complication.

댓글을 달려면 로그인하십시오.

답변 (1개)

Dan K
Dan K 2013년 2월 6일
Folks, please don't crucify me for this one, but the easiest way I see to do it is:
eval([specifiedname '.Course = []']);

카테고리

Help CenterFile Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by