フィルターのクリア

Using one save button(push button) instead of two?

2 ビュー (過去 30 日間)
Huseyin
Huseyin 2014 年 3 月 1 日
コメント済み: Huseyin 2014 年 3 月 1 日
Hi,
I'm using "two push buttons" to run two independent functions. Let's say one for "process1" and for the other one "process2". If "process1" works, "process2" doesn't work and if "process2" works, "process1" doesn't work. Thats OK and what I want. Then I want to save the output which is done/worked succesfully by using ONE push button (save button). Lets say the output of process1 is "mat1" and the output of the other process is "mat2" I tried to use some "if" commands but it didn't work. Is it possible to do that with one push button or do I have to do this with 2 buttons for each process?

採用された回答

Azzi Abdelmalek
Azzi Abdelmalek 2014 年 3 月 1 日
Have you tried a toggle button?
  5 件のコメント
Azzi Abdelmalek
Azzi Abdelmalek 2014 年 3 月 1 日
guidata(hObject,handles)
update handles, you can use its content in other functions by
v=handles.process
Huseyin
Huseyin 2014 年 3 月 1 日
Thanks a lot

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by