nim sum

Version 1.0.0.0 (1,42 ko) par Apoio
function that computes the nim sum
234 téléchargements
Mise à jour 17 mai 2012

Afficher la licence

% nimsum(a,b) returns the nim sum of a and b
% nimsum(V) returns the nim sum of the elements of V
% nimsum(M) returns a vector with the nim sums of the columns of M
% nimsum(V,a) returns a vector with the nim sums of V(i) and a
% nimsum(a,V) returns a vector with the nim sums of a and V(i)
% nimsum(M,a) returns a matrix with the nim sums of M(i,j) and a
% nimsum(a,M) returns a matrix with the nim sums of a and M(i,j)
% nimsum(V,W) returns a vector with the nim sums of V(i) and W(i)
% nimsum(M,N) returns a matrix with the nim sums of M(i,j) and N(i,j)

Citation pour cette source

Apoio (2026). nim sum (https://fr.mathworks.com/matlabcentral/fileexchange/36750-nim-sum), MATLAB Central File Exchange. Extrait(e) le .

Compatibilité avec les versions de MATLAB
Créé avec R2010b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux
Catégories
En savoir plus sur Number games dans Help Center et MATLAB Answers
Version Publié le Notes de version
1.0.0.0