Clear Filters
Clear Filters

converting array char cells conversion to decimal numbers

7 views (last 30 days)
hello matlabers :) I wanna ask you how to convert an array cells that consists of char's to decimal numbers ... for example if I have this array ( v={'a' 'b' 'c' ;'b' 'c' 'a'} ) how can I convert it let's say v= 97 98 99 ; 98 99 97}
thanks indeed

Accepted Answer

Yao Li
Yao Li on 17 Apr 2013
double(cell2mat(v))
  2 Comments
Hadeel Arslan
Hadeel Arslan on 17 Apr 2013
if I may ask....how can split a bigger array into to 2 ordered halves , let's assume ... (50/50) and apply training in the first half and testing on the second half!!!!

Sign in to comment.

More Answers (0)

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!