App Designer Multiple Dialog in different file path

3 views (last 30 days)
Hi,
Maybe I am just being dum but I am not sure how to approach this.
I read the Create Multiwindow Apps in App Designer - MATLAB & Simulink (mathworks.com) multple times but I can't get to my answer.
I have 1 main app, which will open various dialogs but the dialogs are in different folder due to some reason.
I can open the app by using the appdesigner("fullpath") function but I can't pass down the variables/values between them since they are in the different filepath(folder). Is there a way for them to pass down a certain value or variable when they are not in the same filepath?
Thanks!

Accepted Answer

Min
Min on 12 Sep 2024
I found a way to make it work.
I just had to add the addpath function to the main dialog script then open the file.
Yay!

More Answers (0)

Products


Release

R2023b

Community Treasure Hunt

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

Start Hunting!