필터 지우기
필터 지우기

How to read an excel file in SVN repository (tortoise svn) using matlab?

조회 수: 4 (최근 30일)
sachin k p
sachin k p 2018년 8월 23일
답변: Koundinya 2018년 8월 30일
How can I access an excel file in a SVN repository using MATLAB. I want to read a specific value in the excel file that is stored in svn repository using MATLAB.

채택된 답변

Koundinya
Koundinya 2018년 8월 30일
If it is a local svn repository, you can read data from any excel file using xlsread , providing the full file path as the argument
xlsread('C:\Users\username\svnRepositoryFolder\file.xlsx')
To read a specific value in the excel file, such as value in cell B2
xlsread('C:\Users\username\svnRepositoryFolder\file.xlsx','B2')

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Source Control Integration에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by