matlab 单精度转16进制:num2hex(single(1.0))
matlab16进制转单精度浮点型:typecast(uint32(hex2dec(‘3f000000’)),‘single’)
相关使用连接:
https://blog.csdn.net/jxls378816/article/details/109071569
https://blog.csdn.net/sangba2019/article/details/125382650
---晓凡 2023年12月17日于武汉书