Random Number Generator in a Range (rand2)

版本 3.1.1 (6.5 KB) 作者: Tamas Kis
Generates an n-dim matrix of random numbers between upper and lower bounds. Data type specification (integer, single, double) is available.
232.0 次下载
更新时间 2022/9/28

rand2 View Random Number Generator in a Range (rand2) on File Exchange

Generates an n-dimensional matrix of random numbers between upper and lower bounds. Data type specification (integer, single, double) is available.

Syntax

X = rand2(a,b)
X = rand2(a,b,[],type)
X = rand2(a,b,[n1,...,nn])
X = rand2(a,b,[n1,...,nn],type)

Description

X = rand2(a,b) returns one random double-precision floating-point number X between a and b.

X = rand2(a,b,[],type) returns one random number X of data type type between a and b. Options for type are 'int' (integers), 'single' (single-precision floating point numbers), or 'double' (double-precision floating point numbers).

X = rand2(a,b,[n1,...,nn]) returns an n1-by-n2-by-...-by-nn matrix X of random double-precision floating-point numbers between a and b.

X = rand2(a,b,[n1,...,nn],type) returns an n1-by-n2-by-...-by-nn matrix X of random numbers of data type type. Options for type are 'int' (integers), 'single' (single-precision floating point numbers), or 'double' (double-precision floating point numbers).

Examples

  • See "EXAMPLES.mlx" or the "Examples" tab on the File Exchange page for examples.

引用格式

Tamas Kis (2024). Random Number Generator in a Range (rand2) (https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.1.1), GitHub. 检索来源 .

MATLAB 版本兼容性
创建方式 R2021a
与 R2008b 及更高版本兼容
平台兼容性
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
3.1.1

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.1.1

3.1.0

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.1.0

3.0.2

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.0.2

3.0.1

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.0.1

3.0.0

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v3.0.0

2.0.10

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.10

2.0.9

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.9

2.0.8

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.8

2.0.7

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.7

2.0.6.0

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.6

2.0.5

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.5

2.0.4

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.4

2.0.3.0

See release notes for this release on GitHub: https://github.com/tamaskis/rand2-MATLAB/releases/tag/v2.0.3

要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库
要查看或报告此来自 GitHub 的附加功能中的问题,请访问其 GitHub 仓库