Skip to content

Commit 10ee866

Browse files
committed
_ help
1 parent 7b55d5a commit 10ee866

File tree

6 files changed

+2
-7403
lines changed

6 files changed

+2
-7403
lines changed

funDef.mat

71 Bytes
Binary file not shown.

funDef.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ Z^ 2 2 2 1 1 1 true true true true if numel(in{1})==1 && numel(in{2})>1, in([1
10551055
[combs{end:-1:1}] = ndgrid(in{1});
10561056
combs = cat(n+1, combs{:}); combs = reshape(combs,[],n);
10571057
out{1} = combs; clear combs n
1058-
_ 1 1 1 1 1 1 true true true true if isa(in{1}, 'uint8'), out{1} = double(in{1})/255; unary minus / normalize uint8 values (i) If input is \matlab+uint8+: unary \matlab+-+ (\matlab+uminus+). (ii) If input is \matlab+uint8+: converts to \matlab+double+ and divides by $255$
1058+
_ 1 1 1 1 1 1 true true true true if isa(in{1}, 'uint8'), out{1} = double(in{1})/255; unary minus / normalize uint8 values (i) If input is \matlab+uint8+: unary \matlab+-+ (\matlab+uminus+), that is, output is the negative of the input. (ii) If input is \matlab+uint8+: converts to \matlab+double+ and divides by $255$
10591059
else out{1} = -in{1}; end
10601060
X_
10611061
Y_

help.mat

73 Bytes
Binary file not shown.

spec/MATL_spec.pdf

42 Bytes
Binary file not shown.

spec/funDefTable/funDefTable.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
\matl{X\textasciicircum{}} & 1 & 1 & \matlab+sqrt+ \\
164164
\matl{Y\textasciicircum{}} & 2 & 1 & \matlab+^+ (\matlab+mpower+) \\
165165
\matl{Z\textasciicircum{}} & 2 & 1 & (i) Given an array and a number $n$, computes the Cartesian power of the array times itself $n$ times. (ii) If the first input is a number and the second input is an array of at least two elements, the inputs are interpreted in reverse order. When using this mode, caution is needed in case the second input (array) may become a scalar, because then mode (i) will be used. \sa \matl{Z*} \\
166-
\matl{\_} & 1 & 1 & (i) If input is \matlab+uint8+: unary \matlab+-+ (\matlab+uminus+). (ii) If input is \matlab+uint8+: converts to \matlab+double+ and divides by $255$ \\
166+
\matl{\_} & 1 & 1 & (i) If input is \matlab+uint8+: unary \matlab+-+ (\matlab+uminus+), that is, output is the negative of the input. (ii) If input is \matlab+uint8+: converts to \matlab+double+ and divides by $255$ \\
167167
\matl{Y`} & 0 & 0--1 (0) & \matlab+tic+. \sa \matl{Z`} \\
168168
\matl{Z`} & 0--1 (0) & 0--1 (1) & \matlab+toc+. \sa \matl{Y`} \\
169169
\matl{a} & 1--2 (1 / 2) & 1 & \matlab+any+. \sa \matl{Xa} \\

0 commit comments

Comments
 (0)