Chan Dev
Newbie level 5
- Joined
- Jul 27, 2013
- Messages
- 8
- Helped
- 3
- Reputation
- 6
- Reaction score
- 3
- Trophy points
- 3
- Location
- Chennai
- Activity points
- 37
I have a matrix with decimal values.
say:
a=[43 75 23;85 34 78;13 78 23]
i want to convert all the values to 32-bit single precision floating point value IEEE 754 format. Can anybody help me...
say:
a=[43 75 23;85 34 78;13 78 23]
i want to convert all the values to 32-bit single precision floating point value IEEE 754 format. Can anybody help me...