conversion of single data type to double
12 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Guillaume
el 15 de Mzo. de 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.
Respuestas (0)
Ver también
Categorías
Más información sobre Data Type Conversion en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!