Community Profile

photo

Morteza


Electronic

Con actividad desde 2012

Engineer
Professional Interests: GUI programming

Estadísticas

  • First Review
  • Thankful Level 3
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Content Feed

Ver por

Respondida
Problem: plot is displayed in the whole gui window instead of in the axes object.
it is not a suitable way in GUI programming. just make a handles.axes1 (Axis) in your GUI and whenever you want to plot someth...

más de 8 años hace | 0

Respondida
plotyy issue with 'bar' graph, not scaling correctly?
I plot your data and it become like bellow: <</matlabcentral/answers/uploaded_files/36184/Untitled0.png>> but with change ...

más de 8 años hace | 0

| aceptada

Respondida
How can we display a graph in axis of matlab GUI by pressing another button(say display)?
just create another button and use like below if you several axes function Clear_Callback(hObject, eventdata, handl...

más de 8 años hace | 0

Respondida
How can we display a graph in axis of matlab GUI by pressing another button(say display)?
just create another button and use like below if you several axes function Clear_Callback(hObject, eventdata, handles) ...

más de 8 años hace | 0

Respondida
How can we display a graph in axis of matlab GUI by pressing another button(say display)?
just create another button and use like below if you several axes function Clear_Callback(hObject, eventdata, handles) a...

más de 8 años hace | 0

Respondida
how to use function handle
if you are using the GUI of Matlab in the figure-Ispector find the WindowsButtonMotionFcn and create its function then pregame i...

más de 8 años hace | 0

Respondida
How to write a method which will take fig1.fig as a input file and it will produce corresponding x-coordinate and y-coordinate of plotted figure in x and y vector?
answered here http://www.mathworks.com/matlabcentral/answers/100687-how-do-i-extract-data-from-matlab-figures

más de 8 años hace | 0

Respondida
writing series values in excel file columns using matlab
Here is the simple way: x = {'Enter name for excel file :'}; y = 'Entery.'; z ...

más de 8 años hace | 0

Respondida
How I can select the maximum number in my filename?
Change your code like below: clc,clear all dinfo = dir('net*.mat'); filenames = {dinfo.name};...

más de 8 años hace | 1

Respondida
how to change the background in imshow from black to white
try this save your picture like Untitled.png on your desktop and then call it from MATLAB like below: clc,clear all A = i...

más de 8 años hace | 1

Respondida
How do I find the handle to the colorbar for a specific axes
use the specific term for each color bar before making them like: t = colorbar('peer',gca,'Tag','colorbar1'); get(t) <...

más de 8 años hace | 0

Respondida
How can we display a graph in axis of matlab GUI by pressing another button(say display)?
for that purpose u need to set axes as a current axis to plot1 for example: (Start is that button that must plot the data on ax...

más de 8 años hace | 0

| aceptada

Respondida
Undefined function or method 'erfc' for input arguments of type 'sym'.??plz help
I tested your code with MATLAB2014 and it's OK. The result is like below. <</matlabcentral/answers/uploaded_files/35906/Unti...

más de 8 años hace | 0

Respondida
please help me to find out mathmatical function between X and Y
<</matlabcentral/answers/uploaded_files/35868/Untitled0.png>>

más de 8 años hace | 0

| aceptada

Respondida
finding mathematical function of set of points
plot your data by below format: X=[1,3,5,7,8,9,23,25,30] Y=[1,3,5,7,9,12,13,17,20] plot(X,Y) then from ---tools fi...

más de 8 años hace | 13

Pregunta


call notepad or textdoc to open a *.txt file from matlabRemove
How can I provoke(run) Notepad or Textdoc to open a *.txt file after save it in the specific folder?

casi 11 años hace | 1 respuesta | 0

1

respuesta

Respondida
getting all specific file names in path?
Try this: But you have to enter the path in command line and in the '' like ==> ' YourPath ' %============================...

alrededor de 11 años hace | 0

Respondida
Separating elements in Length vectors
what is your MATLAB version? I write this in MATLAB 2012b and it is work to find out each value, how many times repeated. ...

alrededor de 11 años hace | 0

Respondida
Separating elements in Length vectors
clc,clear format long Length = [ 1.02219692622952 8.29383522727246 17.3975329545455 26.5394026041666 37.41314488636...

alrededor de 11 años hace | 0

Respondida
How do I close a specific figure
In the section of simulation use these line: handles.H = figure(2) plot(rand(10,1)); waitforbuttonpress; close(handl...

alrededor de 11 años hace | 1

Respondida
salam , I have a problem in hide password in GUI can any one to help me my problem( I can write **** in my edit text but when press in backspace show* don't delele ) please help me .
your edit accept string that has the specific length: try this: find your Edit box Tag and place it instead of : 'your edit b...

alrededor de 11 años hace | 0

Pregunta


Convert GUI file to C++ /C# to make stand-alone application by visual studio
Hi I create GUI and I need to convert it to C++ and then by visual studio compile it to create stand alone application without ...

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

0

respuestas

Pregunta


get line plot data just by mouse stay on it (without click)
I plot my data and I need to show data (Y) in text box when I put the mouse cursor on it (without click), is there any fuction t...

alrededor de 11 años hace | 3 respuestas | 0

3

respuestas

Pregunta


Change logo of stand alone application file (*.exe) (Make personal logo for *.exe)
I want to change logo of MATLAB before making compile and create stand alone application (*.exe). After creating exe file MATLA...

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

1

respuesta

Pregunta


How can I write and save *.txt file by the *.m file in the specific path like C:\folder1\rio.txt
I wanna save *.txt file in specific location like C:\folder1\rio.txt that does not exit and I want to creat root its by m-file...

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

1

respuesta

Pregunta


How can I make auto deletable my Main-GUI (*.exe) programm in specific date/time to prevent extra use?
Hi I write the GUI code and make it as *.exe (stand alone application). But I want to delete main file (*.exe) in specific date...

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

1

respuesta