필터 지우기
필터 지우기

How do I save a data in my excel to matlab folder, i e how do i create a path to matlab folder

조회 수: 2 (최근 30일)
I already have the data in three columns in my excel

채택된 답변

Star Strider
Star Strider 2023년 3월 25일
I am not certain whether you want to read from the Excel file or write an Excel file from data you have created.
Depending on your MATLAB version, to read the file use readtable, readmatrix, (or if you have an older version, xlsread) to import it into your workspace. Use the fullfile function to create the path to it if it is not already on your MATLAB search path. For help with that, see What Is the MATLAB Search Path? if this is your first encounter with it.
To write an Excel file, use the write functions related to the import functions you choose to use, writetable, writematrix, or xlswrite as appropriate.
.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spreadsheets에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by