photo

muhammad zulhelmy


2016 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


How to show text with NEW LINE in editbox in GUI MATLAB
<</matlabcentral/answers/uploaded_files/71540/1.PNG>> handles.behaviour is my tag for editbox how can i display like this ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How DISPLAY *value* and *text* in editbox in GUI MATLAB at the same time ?
<</matlabcentral/answers/uploaded_files/71531/1.PNG>> handles.behaviour is a name for editbox let say value A is 80000, th...

7年以上 前 | 1 件の回答 | 0

1

回答

質問


get value in cell inside uitable by click on that cell
i read an *excel* and display at *uitable2* using GUI MATLAB. how can i *get the value* only for *specific cell* when i *cli...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


how get one value from uitable in GUI MATLAB
i have store the excel data in uitable in GUI. i attempt to get one of their value by clicking in any cell in uitable2. h...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


how to copy value from datacursormode in the axes in GUI MATLAB??
<</matlabcentral/answers/uploaded_files/71430/2.PNG>> from the picture i attached here, i done a contourmap from the excel ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


get datacursormode position and display at editbox6 ??
<</matlabcentral/answers/uploaded_files/71422/1.PNG>> i want to get *VALUE* datacursormode *POSITION 3* at axes and display i...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


how get value at pos(3) position by using "datacursormode on" in axes ???
This is my coding : %%----->DO 2D CONTOUR MAP<-----%% B = get(handles.uitable2,'Data'); [C,h] = contourf(B); %count...

7年以上 前 | 2 件の回答 | 0

2

回答

質問


countour map the "excel value", display it at "specific axes" and get the "level value" of cursormode with display at "editbox"
How i can show the contour map of excel at specific axes ?? then how can i get the level value from cursormode, then display it ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


from excel value going through countourmap at specific axes
i was trying to do countourmap from the excel value... How to do contourmap and display at the specific axes in GUI (MATLAB)... ...

7年以上 前 | 0 件の回答 | 0

0

回答

質問


How to convert image into binary in axes at GUI MATLAB ?
handles.axes=hObject; A = getimage(handles.axes1); B = ???convert binary??? imshow (B,'Parent',handles...

8年弱 前 | 1 件の回答 | 0

1

回答

質問


How to do BOUNDARY EXTRACTION to image In GUI MATLAB ?
handles.output=hObject; A=getimage(handles.axes1); B=???boundary extraction??? imshow(C,'Parent',handles....

8年弱 前 | 0 件の回答 | 0

0

回答

質問


How to do a SOBEL METHOD on image inside the axes in GUI MATLAB??
handles.output=hObject; A=getimage(handles.axes1); B=???sobel??? imshow(C,'Parent',handles.axes.2);

8年弱 前 | 1 件の回答 | 0

1

回答