필터 지우기
필터 지우기

where do I unzip files I download from File Exchange?

조회 수: 11 (최근 30일)
Jason Grup
Jason Grup 2015년 2월 25일
답변: Steven Lord 2017년 5월 13일
I downloaded a file from the file exchange session and would like to know where I need to unzip the file so i can use it.
I am a rookie user to matlab so sorry if this is a novice question. :)

채택된 답변

Star Strider
Star Strider 2015년 2월 25일
I unzip files in my favourite browser (Firefox). Just right-click on ‘Download zip’ then ‘Open link in new tab’. An application choice then comes up (Windows Explorer) that unzips it automatically. Be sure to copy the folder of unzipped files to your MATLAB user path, and use addpath to add it to your user path. They should then be available to you.
  댓글 수: 2
matina massera
matina massera 2017년 5월 13일
where do i copy the folder ? what i do to copy it to my matlab user path ?
Stephen23
Stephen23 2017년 5월 13일
@matina massera: the simplest solution is to unzip the downloaded zip file in the current directory (the one which MATLAB shows as the "Current Folder").

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

추가 답변 (3개)

per isakson
per isakson 2015년 2월 25일
Proposal:
  1. create a folder, e.g. FEX
  2. unzip the download to the folder FEX
  3. add FEX to the search path
  4. read Search Path, View and change MATLAB® search path

Sean de Wolski
Sean de Wolski 2015년 2월 25일
Probably more than you want, but here was a discussion about this:

Steven Lord
Steven Lord 2017년 5월 13일
If you're using release R2015b or later, since you're trying to install an add-on from the File Exchange, use the Add-Ons button on the Home tab of the Toolstrip. From that documentation page:
"After you install an add-on, MATLAB manages the MATLAB path for you. Therefore, you can start using an add-on without making adjustments to your desktop environment."
The ability to add on File Exchange submissions that are hosted on GitHub using this button was added in release R2017a.

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by