How to bring Data in usable form?
2 views (last 30 days)
Show older comments
Catayoun Lissa Eleonore Azarm
on 7 Mar 2021
Commented: Catayoun Lissa Eleonore Azarm
on 7 Mar 2021
Hello, I have been given a task to evaluate a questionnaire. It is a questionnaire with irrelevant questions and timestamps and answers, most are numbers, a few are also text. I do not understand the following subtask:
"Bring it in a usable form (some answers are numbers, others are text)".
What could be meant by this?
Here is an excerpt from the data: (The Data is already as a table in Matlab)![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/541626/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/541626/image.png)
Looking very much forward to your answers! Thanks in advance!
0 Comments
Answers (1)
Jan
on 7 Mar 2021
To be able to guess, what "usable" means, we need to know, what do you want to use the data for. Maybe you should convert the time stamp to a datetime object. If the 3rd column is easier to use, when it is converted to a string or if a double value is better, depends on what you want to achieve.
So this is actually not a Matlab question, but you have to decide at first, what you want to do.
See Also
Categories
Find more on Get Started with MATLAB 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!