what is the meaning

1 次查看(过去 30 天)
Md.Simul Hasan Talukder
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 CenterFile Exchange 中查找有关 Convert Image Type 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by