photo

Moh


Hochschule Hannover

Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
190 036
of 300 392

REPUTATION
0

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
100.0%

VOTES RECEIVED
0

RANK
 of 20 934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168 373

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • First Answer

View badges

Feeds

View by

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

nästan 11 år ago | 0

Question


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 ...

nästan 11 år ago | 2 answers | 0

2

answers

Answered
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...

nästan 11 år ago | 0

| accepted

Answered
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...

nästan 11 år ago | 0

Question


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 ...

nästan 11 år ago | 1 answer | 0

1

answer