what are the methods of Encode function in matlab?
1 回表示 (過去 30 日間)
古いコメントを表示
I am trying to encode my data and it is cell type of single type then I converted it to char type and I got this error : Invalid method option for ENCODE.
B = encode(DATA,'DocumentsIn','columns' );
0 件のコメント
回答 (1 件)
Jan
2018 年 7 月 5 日
code = encode(msg,n,k,'linear/fmt',genmat)
Here n and k are integer numbers.
Which "encode" function are you talking obout?
What exactly does "cell type of single type" mean? Please post some example data.
2 件のコメント
Jan
2018 年 7 月 5 日
It is still not clear, which "encode" function you mean. In "counts = encode(_,Name,Value)", what exactly is "____". This is the important point to clarify, which problem you have at all.
It depends, on what you can to have in the matrix. An imageSet contains different data. So please define uniquely, what you want the matrix to contain.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!