matlab 错误 Undefined function or method 'unit8' for input arguments of type 'double'.
发布网友
发布时间:2022-05-09 20:34
我来回答
共1个回答
热心网友
时间:2023-10-18 07:07
错误提示是:对于输入的double型参数,没有定义unit8这个函数或方法。
把unit8改成uint8试试
uint8是matlab自带的库函数,它的功能是将数组中的元素转换成无符号8位整数。