필터 지우기
필터 지우기

export stripchart data using matlab

조회 수: 36 (최근 30일)
Jun Jie
Jun Jie 2024년 6월 28일 3:04
댓글: Jun Jie 2024년 6월 28일 7:00
i want to export the data of stripchart onto excel using matlab code after my schedule has finished running

답변 (1개)

Muskan
Muskan 2024년 6월 28일 5:18
Exporting data from a stripchart to an Excel file in MATLAB involves extracting the data from the stripchart and then writing it to an Excel file. Below is a step-by-step guide on how you can achieve this:
  1. Extract Data from Stripchart: Assuming you have a stripchart that continuously updates with new data, you'll need to capture the data at the end of your schedule.
  2. Write Data to Excel: Use MATLAB's "writetable" or "xlswrite" functions to export the data to an Excel file.
You can also refer to the following documentation that compares different ways to export graphics from figures:
  댓글 수: 1
Jun Jie
Jun Jie 2024년 6월 28일 7:00
hi do you have the code for matlab to access stripchart?
i am not sure how to goa bout extracting the data from stripchart via matlab, am trying to automate some simulation runs and this data output is the last roadblock i have

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Data Import and Analysis에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by