photo

Moh


Hochschule Hannover

2014년부터 활동

Followers: 0   Following: 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년 전 | 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년 전 | 답변 수: 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년 전 | 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년 전 | 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년 전 | 답변 수: 1 | 0

1

답변