Pregunta


Why 2015a plot colors so dull compared to 2013b ? How to fix it?
Hello All, I recently updated to 2015a from 2013b. Now I am facing something weird with plot colors. I have nothing changed in ...

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

1

respuesta

Pregunta


Extracting data from GT suite with MATLAB ?
Hello All, I am currently working on MATLAB to post process forces obtained from GT suite. Currently the process is a bit time ...

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

0

respuestas

Pregunta


How to use ode45 with initial conditions defined in script?
Hello, I am using ode45 to solve a differential equation. Here is the function file: primary.m function TempP=primary(T...

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

2

respuestas

Pregunta


Need help with set of ode
Hello All, Attached are the set of ode which I am trying to code. Done with 1st two but not sure how to do the remaining. Your...

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

0

respuestas

Pregunta


Calling userdefined value from GUI .m file into function .m file
Hello all, I need help in calling user defined value from GUI .m file to function .m file. I have GUI .m file which call diffe...

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

0

respuestas

Pregunta


How to use pushbutton to stop a loop?
Hello All, I am working on the GUI of my code. I have start code which works in for loop. More the user inputs bigger loops. So...

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

1

respuesta

Respondida
Radio button to ON-OFF figure visibility
Thank you all for your help. I managed to Solve it using if get(handles.checkbox2, 'Value') Visibility = 'on'; el...

más de 7 años hace | 0

| aceptada

Pregunta


Radio button to ON-OFF figure visibility
Hello All, I have been working on GUI. Now I am stuck with one requirement, which is to have a radio button to ON-OFF the image...

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

2

respuestas

Pregunta


Need help with interpolation
Hello, I am having interpolation like: xt1=interp2(yt,zt,xt,yt1,zt1,'spline'); Now I want it to change the interpolatio...

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

2

respuestas

Pregunta


Can anyone help me on why the contour plaot is messed?
Hello All, Attached it the contour plot of my code: <</matlabcentral/answers/uploaded_files/56140/3.png>> I have it in th...

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

1

respuesta

Pregunta


Need help in uderstanding this piece of code
Hello All, This is the code I found somewhere in a script : output(idx,:) = [y1(ii),z,smax]; Can anyone explain me the ...

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

2

respuestas

Pregunta


How to use SplashScreen with my GUI?
Hello All, I have developed the GUI and exported it into a standalone .exe version. The issue is this application takes time to...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need help with delete(h)
Hello All, i have a message box like this in my GUI: h=msgbox('Calculation in progress'); Now I have added delete(h);...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to extract user defined data from excel sheet?
Hello All, I need help in extracting specific data from excel files. The example file screenshot is attached: <</matlabcentr...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Respondida
How to fix: Cell contents assignment to a non-cell array object?
Found the solution: The paraMat array was defined with [] brackets which should be defined by {} where remaining code was calli...

casi 8 años hace | 0

| aceptada

Pregunta


Need help with Checkbox GUI
Hello All, I am planning to have a checkbox in my GUI which will give user a flexibility over turning "on" and "off" the fig...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to fix: Cell contents assignment to a non-cell array object?
Following is the part of my code where I am getting 'Cell contents assignment to a non-cell array object' error. for kk = 1...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Respondida
how to solve this differential equation
Why iteratively when you have only 1 unknown variable?

casi 8 años hace | 0

Pregunta


How to make splash screen work while deploying to stand alone?
Hello All, I was deploying my GUI to a standalone application through deploy tool. In there I had an option to select icon, spl...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to save a figure in user defined path in GUI?
Hello All, I my GUI, I take a path from user to save the results as follows: % --- Executes on button press in pushbutton3...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need help in taking out values from a matrix
Hello All, I am in a need of a guidance to taking out values from the matrix. Here is my code: for ii = 1:size(value,2)...

casi 8 años hace | 1 respuesta | 1

1

respuesta

Pregunta


How to show path of file in GUI editbox?
Hello All, I am facing an issue with uigetfile. What I have is a button "Upload" along with a edit box which supposed to be sho...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to edit menus from Menu Bar?
Hello All, With the help of menu editor I have created 2 menus in my GUI. 1.About 2.Help Now when user clicks on About, I ...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to close msgbox after loop finishes?
Hello All, I need help with msgbox() function. I want it to show at the start of my calculation and then after calculation ends...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to set the step size in z axis?
Hello All, I am having a bit difficulty in setting the step size of the graph. Currently on Z axis I am plotting pressure wh...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to set out put files to save at user selected path?
Hello All, This question is in continuation with following question: http://in.mathworks.com/matlabcentral/answers/287928-sele...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


Select a folder to save output files
Hello All, I need help in selecting a folder to save the out put files. Attached is the part of my GUI where I want user t...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to: Sharing variable from one function to another function in GUI
Hello All, I am working on a GUI where I want to take input from user and use the variable in another function which is in a se...

casi 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How to call popup menu data in push button?
Hello, With the help of popup menu I am getting data from the user as follows: selection = get(hObject, 'Value'); switc...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to take additional inputs from user after selecting an option from popup menu?
Hello All, I am working in building a GUI from my script. Now I am at the point where I need guidance in popup menu of the GUI...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Cargar más