Convert logical vector to double

Hi all,
I'm looking for a way to take a logical vector and convert it to a double in the workspace. How can I do this? I can't seem to find a command to help.
Thanks in advance!

 Risposta accettata

Birdman
Birdman il 15 Mar 2018
Just simply use double command?
a=[true false];%boolean array
double(a)

2 Commenti

Thanks you!
AIJAZ BHAT
AIJAZ BHAT il 7 Mag 2021
Modificato: AIJAZ BHAT il 7 Mag 2021
Thanks

Accedi per commentare.

Più risposte (0)

Categorie

Community Treasure Hunt

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

Start Hunting!

Translated by