Filter löschen
Filter löschen

Don't work the UI Table at Distribution Program by compiler. (exe file)

1 Ansicht (letzte 30 Tage)
Jun-Hyeong kim
Jun-Hyeong kim am 8 Dez. 2011
I made the distridution Program by deployment tool(Complier).
It work all function except for 'UI Table'.
Before deployment, UI,figure,Text,EditBoxes are well function. and also UI Table is work well.
But After deployment, Don't work only UI Table.
I don't know why UI table doesn't work, for example, not view the data at UI Table...
Only view the empty Table cell.
Please abvise me, why don't work the ui table at distribution program(exe file)

Antworten (2)

Jan
Jan am 8 Dez. 2011

Daniel Shub
Daniel Shub am 8 Dez. 2011
Does the program and gui use callbacks which are strings, as opposed to function handles? It is possible that you compiler misses the function specified by the strings. If this is the case, you would need to ensure the compiler includes these functions. I believe this is easy, but don't know how to do it off the top of my head.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by