multip_add(varargin​)

Versión 1.0.0.0 (63 Bytes) por uu tsi
calculate sum of several number
21 descargas
Actualizado 9 oct 2016

Ver licencia

>> y = multip_add(1)
y =

1

>> y = multip_add(1,2)

y =

3

>> y = multip_add(1,2,3)

y =

6

>> y = multip_add(1,2,4)

y =

7

>> y = multip_add(1,2,4,5)

y =

12

Citar como

uu tsi (2024). multip_add(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/59610-multip_add-varargin), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2016a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas
sum
Agradecimientos

Inspirado por: Sum of vectors

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0.0