Azzera filtri
Azzera filtri

str2num conversion for vectors

1 visualizzazione (ultimi 30 giorni)
Diana Acreala
Diana Acreala il 11 Apr 2012
Hello! About str2num conversion..
This is what I found in the Matlab help: A = str2num('uint16(500)') A = 500
class(A)
ans =
uint16
I want to do this for a vector like: A = str2num('uint16(500 300 100)') The result will be: A= [];
How can I solve this problem?
Thanks!

Risposta accettata

Andrei Bobrov
Andrei Bobrov il 11 Apr 2012
A = str2num('uint16([500 300 100])')

Più risposte (0)

Categorie

Scopri di più su MATLAB in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by