conditional Plotting in gui

조회 수: 1 (최근 30일)
IO2000
IO2000 2013년 6월 13일
How Can I get the status of a callback. This status should show if a callback is executed or not yet excuted. The real problem as follow: Funtion F1 is plotted on Plot1 and function F2 in Plot2. The Function F3 = F1+F2 is plotted on Plot3. But for initial condition Plot1 has F1 and Plot2 has F2 and Plot3 is empty. F1 can be changed and should update only plot1(plot3 should be empty all the time). Once the "ADD" button is pressed then F3 = F1+F2 is plotted on Plot3 and any modification of F1 or F2 should affect both plot Plot1 and Plot 3
Thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by