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
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
MAHMOUD ALZIOUD 2018 年 1 月 22 日
all my inputs and codes are withing the gui, i write nothing in the command line
Walter Roberson
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
MAHMOUD ALZIOUD 2018 年 1 月 23 日
Mr Walter, it gives me that error in line 41, when i go there i dont find anything written in this line !! and i am reading files with the extension of (.Y07)
Walter Roberson
Walter Roberson 2018 年 1 月 23 日
Please show your code; also please show a complete copy of the error message.
MAHMOUD ALZIOUD
MAHMOUD ALZIOUD 2018 年 1 月 23 日
Dear Mr Walter, in this file you an find my code, the gui code and the files i am reading (two text files). what is the procedure to compile it to make this gui an executable file?

回答 (0 件)

この質問は閉じられています。

タグ

質問済み:

2018 年 1 月 22 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by