conversion of single data type to double
12 次查看(过去 30 天)
显示 更早的评论
please what is the best way to represent a real time single data type 10x6 to double?
S = double(Real-TData);
SLength=length(S);
representing it this way doesnt work.
8 个评论
Guillaume
2020-3-15
We still don't know what you're asking and what you've shown so far raises a number of questions:
- What are you trying to do?
- In what way, what you tried doesn't work? If you get an error give us the full text of the error message
- How can you have a variable named Real-TData which is not a valid variable name in matlab
In addition, you show that the variable is global. global variables are a bad idea and the source of many problems.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Type Conversion 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!