Plotting excel data in MATLAB
조회 수: 4 (최근 30일)
이전 댓글 표시
I have an excel file with multiple cells and sheets. In each sheet, I want to plot the date and the data on the last column of each sheet and the graphs will be in one plot. Please I need assistant.
답변 (1개)
Mahmoud Ashraf
2022년 6월 9일
first what is the extension of the excel file .xlsx , .csv and so on to load the data form excel
each extension has its load function
xlsread('file name.xlsx');
fopen(csv_filename);
after loading the data, now we plot it accoding to the syntx here
and use hold on to plot all graphs in a single figure
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Bar Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!