Plotting multiple columns of csv data?
显示 更早的评论
Am new to MATLAB. Have an .xlsx file, like to know steps to import and create plots. Here is the structure of the file.
- 1. Total number of columns can be unknown; but with this dataset, it can be counted.
- 2. The first row are header names of each column.
- 3. Column data format is a mixture of decimal and text.
- 4. The text needs converted into decimal value (i.e., Off = 1, On = 0)
- 5. Total length of dataset can be unknown; but this dataset, it can be counted.
- 6. The dataset has a Zulu Date column and Zulu Time column.
- 7. The second row of data is the 'Unit of Measure' or interger/discrete.
If someone can get me started with instructions to import, use the dataset to develop plot and convert text into decimal values, in an XXXXX.m file; I believe once I see how the function is written, I feel can learn more with reading. Just like someone to do a 'Show and Tell'. Trying to learn MATLAB on own and always want to jump in the middle and struggle...LOL. Maybe getting too old and impatient???
Attached is the dataset file: Dataset_Plotting.xlsx
Appreciate anyone's assistance. The more the merrier - good to view others and come up with simplest.
Tim
1 个评论
Stephen23
2017-1-29
You smart people in the MATLAB world, anyone else dare to assist? Not asking for complete solution, just help to understand and visual.
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Downloads 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!