필터 지우기
필터 지우기

What " *.form='full' " means in making structure??

조회 수: 1 (최근 30일)
연승 김
연승 김 2021년 9월 27일
댓글: 연승 김 2021년 9월 27일
I'm a beginner in MATLAB. Please help me.
When I make a structure for using GAMS,
I use the code below.
substitute.name = 'substitute';
substitute.uels = {'subst1', 'subst2'};
substitute.type = 'parameter';
substitute.form = 'full';
substitute.val = [10,3];
I wonder what is the effect of line 4. -> substitute.form = 'full';
And are there any options including "full" ??
I cannot find in mathworks... so please help me anyone who knows...

채택된 답변

the cyclist
the cyclist 2021년 9월 27일
This is a GAMS question, not a MATLAB question.
It looks like this page from the GAMS documentation discussing the form field. (Search for the word "full" on that page.)
  댓글 수: 1
연승 김
연승 김 2021년 9월 27일
Thank you for your kind!! I catch in the page. Thank you^^

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 WLAN Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by