photo

Abhay Aradhya


自 2017 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
2 个回答

排名
5,919
of 300,781

声誉
8

贡献数
8 个提问
2 个回答

回答接受率
75.0%

收到投票数
2

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • Thankful Level 3
  • Revival Level 1
  • First Answer

查看徽章

Feeds

排序方式:

提问


How to get my graph to fit the data?
<</matlabcentral/answers/uploaded_files/80263/Capture.PNG>> How do I get my left graph to fit the data and look similar to ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I replace the sting value in one popup based on the value selected in another popup?
popupMenu = uicontrol(topPanel,'Style','popupmenu',... 'String',solString,... 'Units','nor...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How do I reset data in my GUI?
I have quite a few elements in my GUI, when I re-render the elements of my GUI it seems that the position property points the la...

8 years 前 | 0 个回答 | 0

0

个回答

已回答
GUI
You could do this using the callbacks of the button property ax = figure('Name','First GUI'); selectButton1 = uicont...

8 years 前 | 1

已回答
Positioning problem with GUIDE
Because you are normalizing the units, the various tabs and boxes takes different sizes. That is because when you normalize you ...

8 years 前 | 1

| 已接受

提问


How to create two "axes" plots in the same GUI?
customUserInterface = figure('Name','Solution selector window'); ax = axes('Parent',customUserInterface,'Position',[.1 ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


"Invalid handle." Error while using "Plot3".
ax = axes('Parent',customUserInterface,'Position',[.1 .5 .375 .4]); hold on for m=1:numOfAP plot3(ax,Data(m).traj...

8 years 前 | 2 个回答 | 0

2

个回答

提问


How do I refresh data in an axes in Matlab GUI?
I am trying to update a graph every time the value of variable "sectors_all" changes or the button "select" is pressed. How d...

8 years 前 | 0 个回答 | 0

0

个回答

提问


How do I translate RGB color to a color on my patch Object?
X = [0 0 5; 0 0 5; 4 4 9]; Y = [0 4 0; 3 7 3; 0 4 0]; C = [0; .2422; 1]; figure patch(X,Y,C); Can anyone please...

8 years 前 | 2 个回答 | 0

2

个回答

1

个回答