use the same result in different callback in matlab app desinger
Show older comments
hello,
I am problem that i solved using the app desiner in two step calculation but the second calculation depend on the first one each of them in edit field numeric
so how can I callback the first numeric field value to the calculation of second nuemric field
for example
a=5
b=6
c=5
x1=a*b; % this is in the first nuemricafield.value
then in second numerical field
x2=x1^c in second nuemric field
so how can i express the x1 value of first numerica field in app desinger
Thank u
Accepted Answer
More Answers (0)
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!