- Define data as properties to make them accessible to all functions and callbacks in an app.
- Send the variables to MATLAB base workspace and then access them from base workspace wherever required. This can be done using assignin and evalin functions respectively.
How can I integrate acquired image with drop down functions?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
I am new to app designer and working on a project where I have added two push button and acquired the static as well as real time image via webcam respectively. Now I want to perform task on it like 2-D fft and binarize it but I want user to choose which image he wants to operate and then perform task so I have given 2dropdown one for 2d FFT with static or captured image and same for next one how can I integrate the image acquired with drop down and perform Acton's like fft and binarize it. Urgent help needed.
0 Kommentare
Antworten (2)
Kavya Vuriti
am 2 Jul. 2020
Bearbeitet: Kavya Vuriti
am 2 Jul. 2020
Hi,
From the question, I understand that the two images captured must be shared between the callbacks of Buttons and Drop Down. I think there are two ways to do this:
Here is the detailed description on defining properties in an app. Hope this helps!!
Siehe auch
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!