필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

import from excel, do the search then export to excel

조회 수: 1 (최근 30일)
Islam
Islam 2017년 5월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
I want to import two sheets from excel do the modification and searches I want export to a third sheet in the document
How can I import and save the answers to an exported sheet ?

답변 (1개)

Cam Salzberger
Cam Salzberger 2017년 5월 17일
You can get data from Excel files using "xlsread" or "readtable". There is also the Import Data tool, if you would prefer to select the data manually, and maybe generate code to do it automatically conforming to your selections.
Once you do your searching and processing, you can output to an Excel file with "xlswrite", or "writetable" if your data is a table.
There are various options for all of those to specify which file and sheet names to use.
-Cam

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by