photo

Moh


Hochschule Hannover

自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

2 个提问
3 个回答

排名
199,496
of 297,503

声誉
0

贡献数
2 个提问
3 个回答

回答接受率
100.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Set Edit Text Empty
that worked fine I have another solution with "drawnow" set(handles.D_edit,'String',''); set(handles.P_end_edit,'Strin...

10 years 前 | 0

提问


Set Edit Text Empty
I am programming GUI. In this GUI I have two edit text and a button. when I print to the button shows the result at the end of ...

10 years 前 | 2 个回答 | 0

2

个回答

已回答
Excel Chart with 2 X-axis through matlab
I have found the solution with Excel.ActiveChart.ChartType = 65; can not make 2 X-axis . I did that on ChartType = 73 an...

10 years 前 | 0

| 已接受

已回答
Export martrix to excel in Loop
try idx = 0; for i=1:5 A=ones(2,5); B=zeros(3,5); [C,D]=size([A;B]); xlswrite('testdata.xls',[A;B],1...

10 years 前 | 0

提问


Excel Chart with 2 X-axis through matlab
I want to make a program that will make an Excel chart with 2 X-axis and Y-axis. how can I add the second X-axis? my second ...

10 years 前 | 1 个回答 | 0

1

个回答