Community Profile

photo

muhammad zulhelmy


Active since 2016

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 0 answers | 0

0

answers

Question


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);

7 years ago | 1 answer | 0

1

answer