conversion of single data type to double
11 views (last 30 days)
Show older comments
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 Comments
Guillaume
on 15 Mar 2020
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.
Answers (0)
See Also
Categories
Find more on Data Type Conversion in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!