I downloaded this code from github, how do I run it

조회 수: 4 (최근 30일)
mochuan wang
mochuan wang 2020년 6월 15일
댓글: mochuan wang 2020년 6월 15일

답변 (1개)

Ameer Hamza
Ameer Hamza 2020년 6월 15일
편집: Ameer Hamza 2020년 6월 15일
Best is to ask the author of this git repository. However, my guess is that you need to run the main.m file. Download these files, place in MATLAB path, open 'main.m' file and press the run button.
Also, this course is useful to learn basics of MATLAB: https://www.mathworks.com/learn/tutorials/matlab-onramp.html
  댓글 수: 3
Ameer Hamza
Ameer Hamza 2020년 6월 15일
The script contains the line
load('C:\Users\david\Desktop\Samples\Images\Cidade Universitária\Estrada1\Train\100cm__Decoded.mat');
Which shows that it loads a file from the author's PC. I guess the code was not intended for public usage. Without having access to this .mat file, it is not possible to run this code.
mochuan wang
mochuan wang 2020년 6월 15일
thank you,

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

카테고리

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