how to send parameter function between app
3 views (last 30 days)
Show older comments
hi, i'm in PredatorListallStrategies.mlapp (A) and i want to send parameter to PredatorManageStrategies (B)
I receive this error:
Error using PredatorManageStrategie/UpdateManageStrategie
Too many input arguments.
what is wrong?


0 Comments
Answers (1)
Walter Roberson
on 17 Feb 2025
Methods are also passed the object they relate to, unless they are marked as being "static"
0 Comments
See Also
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!