photo

VISHWAS CHAVAN


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
0 个回答

排名
291,850
of 299,806

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,809

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 166,074

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1

查看徽章

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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答