Info
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
Need help with determining proper function input dimensions
조회 수: 2 (최근 30일)
이전 댓글 표시
[Deleted]
댓글 수: 1
John D'Errico
2017년 11월 21일
편집: John D'Errico
2017년 11월 21일
The last time someone gave me undocumented code that I was supposed to figure out, to then use it? I scrapped their code, rewrote it from scratch. It took me less time to write code that did what I had to do than it would have taken me to figure out the code they gave me. The result was code I understood, code I could use, code that I could fix if there was a problem.
답변 (1개)
KL
2017년 11월 20일
Without knowing what the function does or supposed to do it's hard to guess. There are also many other undefined functions inside.
First I'd advice to remove the first two lines of the function, not such a good sign,
clc;
close all;
Then reading further I realized,
- camino is supposed to be matrix with atleast 2 columns
- agentes and thermals are matrices with 8 columns
- remaining inputs should be scalars
The best idea is to ask the someone that gave you this code.
댓글 수: 0
이 질문은 마감되었습니다.
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!