convert whole code to double
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
D_coder
am 13 Sep. 2018
Beantwortet: Walter Roberson
am 13 Sep. 2018
is it possible by anyway to convert whole code to double in a single step? For operations such as sparse single format and integer format doesnt work so double format has to be used
2 Kommentare
KSSV
am 13 Sep. 2018
If your input is double then the output and calculations will be in double. Any ways we can help more on knowing the code.
Akzeptierte Antwort
Walter Roberson
am 13 Sep. 2018
No, it is not possible, as it would lead to errors because operations are not defined the same way on all of the data types. For example A([true, false]) is not the same as A([1,0])
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Data Type Conversion finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!