Skip to content

Commit 3e78c62

Browse files
committed
Input F to Xx is now interpreted as 2.5
1 parent 3ec0c85 commit 3e78c62

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

doc/MATL_spec.pdf

73 Bytes
Binary file not shown.

funDef.mat

30 Bytes
Binary file not shown.

funDef.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ Xw
16011601
Yw
16021602
Zw
16031603
x 0 inf 1 0 0 0 true true false true ; delete delete from stack
1604-
Xx 0 1 0 1 0 0 0 true true true true if numel(in)==1, if islogical(in{1}) && in{1}, in{1} = 10; end, pause(in{1}/10); end; clc clear window \matlab+clc+. With $1$ input \matlab+x+: \matlab+pause(x/10)+ and then \matlab+clc+. Input \matl+T+ is interpreted as \matl+10+
1604+
Xx 0 1 0 1 0 0 0 true true true true if numel(in)==1, if islogical(in{1}), if in{1}, in{1} = 10; else, in{1} = 2.5; end; end, pause(in{1}/10); end; clc clear window \matlab+clc+. With $1$ input \matlab+x+: \matlab+pause(x/10)+ and then \matlab+clc+. Inputs \matl+F+ and \matl+T+ are interpreted as \matl+2.5+ and \matl+10+ respectively
16051605
Yx
16061606
Zx
16071607
y 0 inf 2 3 0 0 0 false true false true out = in(1); duplicate element duplicate one element in stack. The duplicated element is the lowest among those specified as inputs

help.mat

187 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)