Output of [~,IDX] = max(...) not in DOUBLE but in INT.

6 ビュー (過去 30 日間)
Roman Foell
Roman Foell 2021 年 10 月 25 日
コメント済み: Roman Foell 2021 年 10 月 25 日
Hi together,
I want to output the index of the maximum value of max() not in double, but in int.
Is there an easy way to do this?
Because of interest, I want to generate C Code, thats why int format would be more efficent.
Thanks for your answer.

回答 (1 件)

KSSV
KSSV 2021 年 10 月 25 日
You can convert double into integer using int32 ot int64.
  1 件のコメント
Roman Foell
Roman Foell 2021 年 10 月 25 日
Thanks, I know, but I do not want get an output as double and then transform it to int. I want to define it from the beginning as int.

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

カテゴリ

Help Center および File ExchangeMATLAB Coder についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by