dec2thirtytwo
Decimal to thirty-second quotation
Description
Examples
Convert Decimal to Thirty-Second Quotation
This example shows two bonds that are quoted with decimal prices of 101.78 and 102.96. These prices are converted to fractions with a denominator of 32.
InNumber = [101.78; 102.96]; [OutNumber, Fractions] = dec2thirtytwo(InNumber)
OutNumber = 2×1
101
102
Fractions = 2×1
25
31
Input Arguments
InNumber
— Input number
numeric decimal fraction
Input number, specified as an N
-by-1
vector
of numeric decimal fractions.
Data Types: double
Accuracy
— Rounding
1
(round down to nearest thirty second) (default) | numeric with values 1
, 2
, 4
or 10
Rounding, specified as an N
-by-1
vector of accuracy
desired with numeric values of 1
, 2
,
4
or 10
. The values are:
1
, round down to nearest thirty second,
2
(nearest half), 4
(nearest
quarter), or 10
(nearest decile).
Data Types: double
Output Arguments
OutNumber
— Output number which is InNumber
rounded downward to closest integer
numeric
Output number which is InNumber
rounded downward
to closest integer, returned as a numeric value.
Fractions
— Fractional part in units of thirty-second
numeric
Fractional part in units of thirty-second, returned as a numeric
value. The Fractions
output conforms to accuracy
as prescribed by the input Accuracy
.
Version History
Introduced before R2006a
See Also
MATLAB Command
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Select a Web Site
Choose a web site to get translated content where available and see local events and offers. Based on your location, we recommend that you select: .
You can also select a web site from the following list
How to Get Best Site Performance
Select the China site (in Chinese or English) for best site performance. Other MathWorks country sites are not optimized for visits from your location.
Americas
- América Latina (Español)
- Canada (English)
- United States (English)
Europe
- Belgium (English)
- Denmark (English)
- Deutschland (Deutsch)
- España (Español)
- Finland (English)
- France (Français)
- Ireland (English)
- Italia (Italiano)
- Luxembourg (English)
- Netherlands (English)
- Norway (English)
- Österreich (Deutsch)
- Portugal (English)
- Sweden (English)
- Switzerland
- United Kingdom (English)
Asia Pacific
- Australia (English)
- India (English)
- New Zealand (English)
- 中国
- 日本Japanese (日本語)
- 한국Korean (한국어)