help! array, data and textdata
2 ビュー (過去 30 日間)
古いコメントを表示
How can I aggregate non numerical and numerical data in the same dataset? I have to create a function and make computations conditional to a list of variables (country, duration bucket). When I import the excel dataset in matlab it create separate textdata and data in my workspace. I created and array but then I can't manage to make computation. What is the correct way to proceed? Do I have to convert numerical/non numerical values?
0 件のコメント
回答 (1 件)
Benjamin Schwabe
2012 年 6 月 15 日
You might try a structure or a cell array. I would try the cell array in your case.
Benjamin
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spreadsheets についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!