Filter löschen
Filter löschen

running a design wizard from file exchange

2 Ansichten (letzte 30 Tage)
fima v
fima v am 12 Jul. 2017
Bearbeitet: Jan am 12 Jul. 2017
Hello, I want to run "LPDADraw(handles)" from the link bellow. but i dont know what kind of "handles" variables i should create to run it Thanks.
function LPDADraw(handles)

Antworten (1)

Jan
Jan am 12 Jul. 2017
Bearbeitet: Jan am 12 Jul. 2017
This is a subfucntion only. You are not intented to call it directly and therefore you do not have to provide the inputs. Run the function through the main function LPDA(), which calls LPDADraw() internally with the correct inputs.

Kategorien

Mehr zu Develop Apps Using App Designer 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