フィルターのクリア

converting array char cells conversion to decimal numbers

7 ビュー (過去 30 日間)
Hadeel Arslan
Hadeel Arslan 2013 年 4 月 17 日
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

採用された回答

Yao Li
Yao Li 2013 年 4 月 17 日
double(cell2mat(v))
  2 件のコメント
Hadeel Arslan
Hadeel Arslan 2013 年 4 月 17 日
it works perfectly , thanks alot
Hadeel Arslan
Hadeel Arslan 2013 年 4 月 17 日
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!!!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeData Type Conversion についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by