Clear Filters
Clear Filters

running a design wizard from file exchange

2 views (last 30 days)
fima v
fima v on 12 Jul 2017
Edited: Jan on 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)

Answers (1)

Jan
Jan on 12 Jul 2017
Edited: Jan on 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.

Categories

Find more on Develop Apps Using App Designer in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!