Can I rewrite 'summary' command for categorical variable?
古いコメントを表示
I need the output of 'summary' command in table format. I tried to rewrite the 'summary' command codes in local copy of it but i have some error that does not let me use it. The error returns to 'subsref.m' function that has to parameters (subsref(a,s)), a is the categorical variable and s is a structure with the fields:
type -- string containing '()' specifying the subscript type.
Only parenthesis subscripting is allowed.
subs -- Cell array or string containing the actual subscripts.
Error reason is that s.type is .(dot) in my local copy named summaryFun!!
How can i fix it?
5 件のコメント
kiarash Dousti
2016 年 3 月 28 日
Walter Roberson
2016 年 3 月 28 日
You could parse the result of the evalc(), potentially.
kiarash Dousti
2016 年 3 月 28 日
編集済み: kiarash Dousti
2016 年 3 月 28 日
Walter Roberson
2016 年 3 月 28 日
regexp(), strsplit(), sscanf() -- there are a lot of different ways to parse a char array.
kiarash Dousti
2016 年 3 月 28 日
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Loops and Conditional Statements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
