what is the meaning
1 view (last 30 days)
Show older comments
val = [double(text) 0];
0 Comments
Answers (1)
madhan ravi
on 29 Jan 2019
Edited: madhan ravi
on 29 Jan 2019
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
0 Comments
See Also
Categories
Find more on Convert Image Type in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!