Skip to content
Snippets Groups Projects
Commit 3ffb060d authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Add mustbe member selection

parent 14c4a9d3
No related branches found
No related tags found
2 merge requests!43Implements #73, cleans up example file,,!33Resolve "Admin-Berechtigung für Initialisation"
...@@ -16,7 +16,8 @@ arguments ...@@ -16,7 +16,8 @@ arguments
options.ProjectID (1,:) {mustBeText}= '' options.ProjectID (1,:) {mustBeText}= ''
options.Fontsize (1,1) {mustBeInteger} = 8 options.Fontsize (1,1) {mustBeInteger} = 8
options.Color (1,3) {mustBeNonnegative} = 0.65*[1 1 1] % grey options.Color (1,3) {mustBeNonnegative} = 0.65*[1 1 1] % grey
options.Location (1,:) {mustBeText} = 'east' options.Location (1,:) {mustBeMember(options.Location,{'north','east',...
'southeast','south','west','custom'})} = 'east'
options.DistanceToAxis {mustBeReal} = .01 % relative distance options.DistanceToAxis {mustBeReal} = .01 % relative distance
options.Position (1,2) {mustBeVector} = [1,0.4] % default for east options.Position (1,2) {mustBeVector} = [1,0.4] % default for east
options.Rotation (1,1) {mustBeReal} = NaN options.Rotation (1,1) {mustBeReal} = NaN
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment