Feeds
질문
Can you write a matlab code that will take a binary floating-point number (1.b1b2b3...bn × 2^k) and display the decimal value of that number? Can you enter the binary significant and binary exponent as character strings?
An example would be: >>BinaryFP_to_Decimal Enter the binary significand (1.bbbb) : 10101010 Enter the binary exponen...
8년 초과 전 | 답변 수: 1 | 0
1
답변질문
how to convert The binary number floating point to decimal notation, as example,(1.10101010 * 2^1001 ) is equal to 852
I want to use following decimal numbers: # 14144 # 584 to convert it into the binary floating-point representations (1.b1...
8년 초과 전 | 답변 수: 1 | 0