
matlab
@晓凡
败人二字,非傲即惰
展开
-
matlab实现单精度、16进制之间的转换函数
matlab16进制转单精度浮点型:typecast(uint32(hex2dec(‘3f000000’)),‘single’)matlab 单精度转16进制:num2hex(single(1.0))原创 2023-12-17 22:06:42 · 1908 阅读 · 0 评论 -
matlab将mat或者jfif文件写入到h或者txt文件中
matlab转换文件格式原创 2022-09-27 17:01:24 · 610 阅读 · 0 评论 -
matlab中对阵列的基本操作
个人学习记录原创 2022-07-02 08:23:26 · 405 阅读 · 0 评论