VISHWAS CHAVAN
2017 年からアクティブ
Followers: 0 Following: 0
統計
MATLAB Answers
3 質問
0 回答
ランク
of 155,501
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to communicate two matlab gui?
Hello, I am creating a maingui and subgui. There is push button in the maingui after clicking it I want to open subgui and then...
8年弱 前 | 1 件の回答 | 0
1
回答質問
How can I get new plot on the same axes when the user put the new input and presses push button?
Hello, I am developing a gui in which I have given the push button and some inputs. After pressing push button plot will genera...
8年弱 前 | 1 件の回答 | 0
1
回答質問
Hello, I am developing one GUI in which, I want to plot 4 graphs on the same axes. Can anyone suggest me to get solution on this problem? Thanks...!
S=[0; 0; 0; ]; I=[1; 2; 3;]; plot(handles.plotAxes,S,I); hold(handles.plotAxes,'on'); X11=[0; 2; 3; 4]; Y11=[0...
8年弱 前 | 1 件の回答 | 0