Community Profile

photo

Daniele Morello


2015년부터 활동

통계

  • First Review
  • Thankful Level 3

배지 보기

Content Feed

보기 기준

질문


Fixed symbol inside edit text
hi everyone. i would to know if it is possible to insert a fixed symbol inside an edit text. this symbol must remain (it must be...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to pass graphic object handle to a function?
hi everyone, i'm using this function: function [ax,hlines] = plotyyy(x1,y1,x2,y2,x3,y3,ylabels) %PLOTYYY - Extends ploty...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot to axes instead figure?
hi everyone, i'm using this function: function [ax,hlines] = plotyyy(x1,y1,x2,y2,x3,y3,ylabels) %PLOTYYY - Extends ploty...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to plot to axes instead of figure?
hello everyone. i'm using this function: http://www.mathworks.com/matlabcentral/fileexchange/1017-plotyyy but i don't know...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to copy figure content into axes GUI?
hi everyone. I have a figure: figure; [hAx,hLine1,hLine2] = plotyy(x,y,x,y3); ylabel(hAx(1),'Par A'); ylabel(hAx(2...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to remove exponential notation?
hi everyone. How can i remove exponential notation? but before that i need to convert to e+03 notation and then remove it ex...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How "hold on" function works?
hi everyone. i have a problem with "hold on" function. I need to plot many lines to "axes" in matlab gui. I'm using "hold on"...

8년 초과 전 | 답변 수: 3 | 2

3

답변

질문


How to plot to multiple y-axes
hi everyone, i'm using GUI and i need to plot some sets of data into the same "axes". I can choose, between these sets of data, ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Plot on the right y-axis
hi everyone, i'm using "axes" of Matlab GUI. i have to plot 2 parameters on the same graph (axes GUI), each one with its own sca...

8년 초과 전 | 답변 수: 1 | 1

1

답변

질문


Plot different values with different axes
hi everyone, i have to realize a graph in GUI like in picture. <</matlabcentral/answers/uploaded_files/37508/curva-coppia-2-0...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how KeyPressFcn function works?
hi everyone, i have an edit text, pressing backspace, only when edit text become empty i want to set a string into a static text...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to automatically update graph?
hi everyone, i have to plot 2 columns of an uitable to a graph. this table change if i change value into an edit text. i would t...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Check if an element is enabled or not in GUI
hi everyone, i would to know if is possible to check if an element is enabled or not in GUI. i need something like: if "ele...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to type a value with single-click in an edit text using ButtonDownFcn function?
ButtonDownFcn for a uicontrol will execute on left-click if the uicontrol is not enabled (off or inactive.), so, to use ButtonDw...

8년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Doesn't ButtonDownFcn work for left-click?
hi everyone, i would to know if it's possible to have the same behavior for the ButtonDownFcn for the left-click instead of righ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to select two (or more) different ranges using xlsread
hi everyone, it's possible to select two or more different ranges using xlsread? for example i need to select columns from A to ...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Set Column and Row visibility in uitable
hi everyone, my question is: it's possible to set visibility for each column and row inside a uitable?

8년 초과 전 | 답변 수: 3 | 0

3

답변

질문


How to select a specified value into a matrix using readtable
hi everyone, i'm using readtable function to get data from excel in this way: matrix = readtable('sala_prove.xls'); now i...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Xlsread create a copy of Excel spreadsheet?
hi everyone. Xlsread create a copy of a spreadsheet's content into Matlab, or it is just a reading of the file? I have many i...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Multiple fgures in the same GUI?
hi everyone, it's possible to create a single GUI with multiple figures? I don't want create others GUIs. I would explore them l...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Undefined variable "handles"
hi everyone this is my code: function getMeasurement_Callback(hObject, eventdata, handles) filename = handles.filena...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Updated Value Edit Text
hi everyone, my problem is: i have to compare two values of the same edit text, the one is the "old" value, and the other one i...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Change values without press enter key
hi everyone, my problem is: i have many edit texts in GUI, some of them are connected with a specific edit text called 'A'. eve...

8년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to create a GUI?
hello everyone, i need your help. I have to create a GUI that reads data from excel. I need to: -show those data into GUI wind...

8년 초과 전 | 답변 수: 1 | 0

1

답변