what is the meaning

1 回表示 (過去 30 日間)
Md.Simul Hasan Talukder
Md.Simul Hasan Talukder 2019 年 1 月 29 日
編集済み: madhan ravi 2019 年 1 月 29 日
val = [double(text) 0];

回答 (1 件)

madhan ravi
madhan ravi 2019 年 1 月 29 日
編集済み: madhan ravi 2019 年 1 月 29 日
Did you check the output first?
Val=[double(logical(1:5)) 0] % double converts other classes to double and the array at the end is padded with zero
doc double % read it

カテゴリ

Help Center および File ExchangeConvert Image Type についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by