Skip to content

Commit

Permalink
YO, ZO now take one input by default and two as alternative default
Browse files Browse the repository at this point in the history
  • Loading branch information
lmendo committed Jul 30, 2016
1 parent a0a5217 commit 0378320
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified doc/MATL_spec.pdf
Binary file not shown.
Binary file modified funDef.mat
Binary file not shown.
4 changes: 2 additions & 2 deletions funDef.txt
Original file line number Diff line number Diff line change
Expand Up @@ -641,8 +641,8 @@ YN 0 inf 0 1 1 1 true true true true out{1} = NaN(in{:}); not-a-number \matlab
ZN 1 1 1 1 1 1 true true true true out{1} = isnan(in{:}); true for not-a-number \matlab+isnan+
O 0 inf 0 2 1 1 1 true true true true if numel(in)==0, out{1} = 0; else out{1} = zeros(in{:}); end array of zeros \matlab+zeros+ (if $0$ inputs: produces output $0$)
XO 1 4 2 1 1 1 true true true true out{1} = datestr(in{:}); string representation of date \matlab+datestr+
YO 1 6 1 1 1 1 true true true true out{1} = datenum(in{:}); serial date number \matlab+datenum+
ZO 1 3 2 1 6 1 true true true true [out{:}] = datevec(in{:}); date components \matlab+datevec+
YO 1 6 1 2 1 1 1 true true true true out{1} = datenum(in{:}); serial date number \matlab+datenum+
ZO 1 3 1 2 1 6 1 true true true true [out{:}] = datevec(in{:}); date components \matlab+datevec+
P 1 2 1 2 1 1 1 true true true true out{1} = flip(in{:}); flip the order of elements \matlab+flip+. \sa \matl+XP+
XP 1 1 1 1 1 1 true true true true out{1} = flipud(in{:}); flip array in up-down direction \matlab+flipud+. \sa \matl+P+
YP 0 0 0 1 1 1 true true true true out{1} = pi; pi \matlab+pi+
Expand Down
Binary file modified help.mat
Binary file not shown.

0 comments on commit 0378320

Please sign in to comment.