multip_prod(varargi​n)

Version 1.0.0.0 (65 Bytes) by uu tsi
product of several numbers
20 Downloads
Updated 9 Oct 2016

View License

>> y = multip_prod(1)
y =

1

>> y = multip_prod(2,3,4)

y =

24

>> y = multip_prod(2,3,4,5)

y =

120

Cite As

uu tsi (2024). multip_prod(varargin) (https://www.mathworks.com/matlabcentral/fileexchange/59611-multip_prod-varargin), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2016a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Tags Add Tags

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.0.0