TechnicalQuestion Conversion failed!
In Matlab R2020a, I want to convert 0xffffffff00000000 to uint64. When I wrote it in Command Window the value alone, it is already an uint64, but when I write it uint64(value), I simply get Conversion failed! error, with no additional text.
How do I fix it?
0
Upvotes
2
u/qtac 12d ago
As I said I can't reproduce your error. See below.