Binomial Coefficients (Vectorized)

Computes binomial coefficients using vectorization.

您现在正在关注此提交

Purpose
This code is a simple utility that computes binomial coefficients using vectorization.
Use Case
Its use case is to replace looping through individual calls to Matlab's 'nchoosek'.
Notes
  • The file binoms.m is the main function, while the file binoms__demo.mlx demonstrates an example of using the function.

引用格式

Nick Lorenzo (2026). Binomial Coefficients (Vectorized) (https://ww2.mathworks.cn/matlabcentral/fileexchange/184038-binomial-coefficients-vectorized), MATLAB Central File Exchange. 检索时间: .

一般信息

MATLAB 版本兼容性

  • 兼容任何版本

平台兼容性

  • Windows
  • macOS
  • Linux
版本 已发布 发行说明 Action
1.0.1

Added binoms__demo.mlx to provide an example.

1.0.0