Since 5/19/2012 7:19:00 AM, imurdoch has written 10 articles and participated in 7 conversations. imurdoch signature: imurdoch
imurdoch's articles:
Items(10) /1
Improving plot speed using handles.247 (3/4/2004 12:39:45 PM) comp.soft-sys.matlab I am plotting some data on a graph, it consists of 7 plots within 1 axes on a continuous loop. If I just use a normal plot command then all 7 lines are plotted but as the vector sizes increase the time taken to... Iain
Can timer objects be paused?142 (2/16/2004 9:30:49 AM) comp.soft-sys.matlab Can timer objects be paused? I want to add a feature to my GUI that allows the user to pause operations. If the user presses the pause button will the timer object continue to operate? Is there any way to wo... Iain
Advice on best procedure.128 (1/27/2004 8:01:05 AM) comp.soft-sys.matlab I am looking for some advice on the best way to manage a set of changing variables used in several sets of calculations. I have a main GUI that contains a series of calculation functions and plots used to displ... Iain
Option to close window139 (1/22/2004 10:23:25 AM) comp.soft-sys.matlab In my gui I am displaying a graph that is continually updating (scrolling plot). What I am trying to do is add a feature to the CloseRequestFcn so that if the user presses the x button on the window a dialog me... Iain
Timer Object & handles error246 (1/22/2004 9:00:03 AM) comp.soft-sys.matlab Below is some code I am trying to include in part of my program. It is essentially a timer function that counts the number of seconds, minutes and hours since the timer was started (on a button press) When I am... Iain
Set Figure Properties / sub figure432 (1/15/2004 7:06:27 AM) comp.soft-sys.matlab I have a GUI containing several pushbuttons. When a pushbutton is selected it opens another GUI and also sets the enable property of the pushbutton to 'off' so that multiple sub-GUI's can't be opend. What I wan... Iain
Slow running display236 (12/19/2003 8:53:22 AM) comp.soft-sys.matlab I am creating a 'realtime' graph display where the graph is continually plotted until the user selects a stop button. The graph window scrolls along as the new values are plotted. After the user has stopped the... Iain
Clock / timer238 (12/4/2003 8:34:42 AM) comp.soft-sys.matlab In one of my gui's I want to add a timer to start running when a user presses on a pushbutton. The timer is to be visually displayed in the gui (such as a digital format 0:01, 0:02, 0:03 etc). The time should c... Iain
loading .mat file242 (11/12/2003 10:49:31 AM) comp.soft-sys.matlab I am trying to load a set of variables from a .mat file into my standalone .exe file (originally created from a matlab m-file) The problem is that although I am using the UIGETFILE function and the required .m... Iain
Standalone exe with callback errors158 (11/11/2003 8:14:09 AM) comp.soft-sys.matlab I am trying to create a standalone C version of an m-file. The problem I keep having is that the file compiles without any problems but when I try to use any of the pushbuttons / checkboxes on the GUI (thereby ... Iain
imurdoch's replies:
Items(7) /1
loading .mat file242 (11/12/2003 10:49:31 AM) comp.soft-sys.matlab I am trying to load a set of variables from a .mat file into my standalone .exe file (originally created from a matlab m-file) The problem is that although I am using the UIGETFILE function and the required .m... imurdoch(17)
Can I modify the figure's MenuBar?How?129 (12/16/2003 10:50:05 AM) comp.soft-sys.matlab I know that there are properties can effect figure's menu. For example, MenuBar,UIContextMenu. But I want to know how to modify build in menus, to change their action. When I click File->Open, it execute a func... Geng
Set Figure Properties / sub figure432 (1/15/2004 7:06:27 AM) comp.soft-sys.matlab I have a GUI containing several pushbuttons. When a pushbutton is selected it opens another GUI and also sets the enable property of the pushbutton to 'off' so that multiple sub-GUI's can't be opend. What I wan... imurdoch(17)
Timer Object & handles error246 (1/22/2004 9:00:03 AM) comp.soft-sys.matlab Below is some code I am trying to include in part of my program. It is essentially a timer function that counts the number of seconds, minutes and hours since the timer was started (on a button press) When I am... imurdoch(17)
saving edit box inputs336 (1/27/2004 2:23:26 AM) comp.soft-sys.matlab Hi - I have written a program that allows users to save all the text in edit boxes into a .mat file. However, I noticed that if I change or enter an input in the edit box, then immediately choose 'Save Settings... sphchung(4)
close dialog134 (2/10/2004 3:56:05 AM) comp.soft-sys.matlab hi, i want to create a gui consists of many radiobutoons. if i click the first radiobutton, it will pop up my first file. then when i wanna click the second button, i want to make a close dialog that stated whe... r_munarwi(4)