how can I fix compiles errors?
정보
이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.
이전 댓글 표시
Dear All, I prepared a GUI file and I want to compile it to make it as an executable file, now after I run it it doesn't work, it keeps giving me the message: exceeds matrix dimension, what is wrong here? I mean the code works, the GUI file works, everything is OK but the exe file does not work !
댓글 수: 6
Walter Roberson
2018년 1월 22일
That is a bit vague.
Are you possibly passing parameters on the command line? Or are all of your inputs through the gui?
MAHMOUD ALZIOUD
2018년 1월 22일
Walter Roberson
2018년 1월 22일
Have you been able to determine which line or which section of code the problem is occurring with?
Are you reading data from a file whose name might not be fully qualified? For example do you load() from something that does not have a fully qualified path ?
MAHMOUD ALZIOUD
2018년 1월 23일
Walter Roberson
2018년 1월 23일
Please show your code; also please show a complete copy of the error message.
MAHMOUD ALZIOUD
2018년 1월 23일
답변 (0개)
이 질문은 마감되었습니다.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!