Community Profile

photo

muhammad zulhelmy


Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • Thankful Level 1

Ver insignias

Feeds

Ver por

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 7 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 7 años hace | 1 respuesta | 0

1

respuesta