フィルターのクリア

convert whole code to double

1 回表示 (過去 30 日間)
D_coder
D_coder 2018 年 9 月 13 日
回答済み: Walter Roberson 2018 年 9 月 13 日
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 件のコメント
Stephen23
Stephen23 2018 年 9 月 13 日
編集済み: Stephen23 2018 年 9 月 13 日
"is it possible by anyway to convert whole code to double in a single step?"
No.
What class would expect the output of this to be?:
X = uint8(0)
KSSV
KSSV 2018 年 9 月 13 日
If your input is double then the output and calculations will be in double. Any ways we can help more on knowing the code.

サインインしてコメントする。

採用された回答

Walter Roberson
Walter Roberson 2018 年 9 月 13 日
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 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by