char to vector conversion. using matrix of chars (16x128)

1 view (last 30 days)
Hi everyone, i have a matrix of (16x128). where my loop is traversing through each column one by one. Value from my first column are
128
0
0
0
0
0
0
0
0
0
0
0
0
0
0
0
I have to convert this column (of chars) into a vector.
  1 Comment
Mathieu NOE
Mathieu NOE on 9 Dec 2020
hello
you can use str2num to convert char to numerical array and then you can do all the maths you want

Sign in to comment.

Answers (1)

Stephan
Stephan on 9 Dec 2020
Edited: Stephan on 9 Dec 2020
str2double or str2num should work for this.

Categories

Find more on Data Type Conversion 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!