First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
how call a GUI2 from a GUI1?
Hi matlabers, I have a little problem with my GUI. I need to call a 2nd GUI from my first GUI. For that, I have a pushbutton "push_for_GUI2" in my GUI1, and then setted a callback for this pushbutton: set (h.push_for_GUI2,'callback', ({@Open_GUI2,h})) which I have defined after: function Open_GUI2(hObject,event... 12 Aug 2010 19:10
Instantaneous control using Fuzzy logic toolbox
Hi, I am trying to implement an instantaneous control strategy using Fuzzy Logic to control the charging of a Li-ion battery so that the discharge current is kept to a minimum. Is this possible using the Matlab fuzzy logic toolbox? The graph that I get using Fuzzy logic toolbox ie ANFIS in particular, is always a ho... 12 Aug 2010 18:04
tree searching
Can anyone suggest some sources of reference for tree searching in Matlab, specifically in the area of image processing and computer vision. truly, doug ... 12 Aug 2010 18:04
ps3 eyecam on matlab
Has anyone managed to interface the ps3eyecam with MATLAB in r2010a version ? ... 12 Aug 2010 18:04
Reading mouse position while the mouse is moving in GUI
"Riikka " <nurminen_riikka(a)hotmail.com> wrote in message <i401ss$ag8$1(a)fred.mathworks.com>... http://www.mathworks.com/support/solutions/en/data/1-1V97EZ/?solution=1-1V97EZ The solution behind the link above is what I want to do, but I don't manage to do this in my GUI. I have one axis and I would like the GU... 12 Aug 2010 18:04
patch transparency on logarithmic scaled plots
So I was adding a patch to a waterfall fft plot showing a threshold we didn't want to exceed. And although I can get the patch to be semi-transparent when the scale is linear it conks out and goes back to fully opaque when ANY one of the axes is set to a logarithmic scale. Anyone know of a work around? ... 12 Aug 2010 19:10
Creating a Music Player in Matlab
I have to create a music player that reads .wav files in matlab. I started off by creating the push buttons in the gui and the listbox as the place to store my songs. I'm a little confused on how to begin the coding for reading the files from the current directory so that the player can function, such as play, stop, ... 13 Aug 2010 03:49
Problems with Logs and the gradient function
I am trying to understand the gradient function in Matlab. As I understand it, gradient(y) for y a vector, will calculate the gradient of y assuming a unit interval between the points. In other words, it will calculate dy/dx assuming dx=1 for all points in the series. This works as expected if I have x =... 13 Aug 2010 19:03
textscan without delimiter
I am trying to read a file with 80 columns having 5 floats of 16 columns each. Because of the format sometimes there is no delimiter. For example I am trying to read the line -4.789814200D+02 3.243617760D+01 3.128760036D+00 1.178067806D-02-8.318441350D-05 which has no delimiter between floats 4 and 5. textscan... 12 Aug 2010 18:04
Why do I get "Has no license available" for my own functions?
Hi everybody, thanks for the provided help so far. It seems to me that the possible remedies are: 1) add license.dat to network.lic in licenses folder; 2) rehash the toolboxes; 3) rename files; 4) reset PATH; 5) move directories. Unfortunately, nothing has work to remedy this problem for me. So far I have: 1) Ad... 13 Aug 2010 10:17
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21