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

1 view (last 30 days)
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...

Accepted Answer

the cyclist
the cyclist on 27 Sep 2021
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 Comment
연승 김
연승 김 on 27 Sep 2021
Thank you for your kind!! I catch in the page. Thank you^^

Sign in to comment.

More Answers (0)

Categories

Find more on WLAN Toolbox in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!