First
|
Prev |
Next
|
Last
Pages: 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527
Customizing the figure toolbar. Hi, does anyone know how I can add a custom button to all figure toolbars? I know how to do it individually after each figure is created but I want the button to be added automatically to the toolbars of every figure. I've tried this: set(0,'DefaultUitoolbarCreateFcn', 'disp(''foo'')'); but it doesn't work for the s... 23 Sep 2009 07:41
lsqnonlin help On 22 Óåðô, 18:00, "Steve" <steve.griksc...(a)mathworks.com> wrote: maria <mkou...(a)gmail.com> wrote in message <a5acb8f4-cae0-4889-8b7b-9f40459f2...(a)p9g2000vbl.googlegroups.com>... I have the function objf= sqrt((p(1)-x(1))^2 +(p(2)-x(2))^2); I want use thelsqnonlin I can use the objf as i... 1 Oct 2009 17:20
standalone exe file I made a standalone exe file with Matlab2009a when i run this file on my pc it is working well. But i found the following error on other pc in which the MCR coming with the release is installed and its path defined undefined function name or variable 'matlabrc' thanks in advace, heqing ... 23 Sep 2009 02:15
help fixing a nonscalar array to cell error Hi all, I am trying to run the 802.11a matlab code, but am getting the following error: "Error in 'IEEE80211a/MATLAB graphics/graphics' while executing M-File S-function 'IEEE80211a_udg', flag = 2 (update), at time 0.006912. MATLAB error message: Nonscalar arrays of function handles are not allowed; use cell ar... 22 Sep 2009 22:58
lsqnonlin help I have the function objf= sqrt((p(1)-x(1))^2 +(p(2)-x(2))^2); I want use the lsqnonlin I can use the objf as it is or I have to modify it? I want the new calculated value of x pass to p, that is p=x and each time that I use the lsqnonlin the x0=p. I have written the following code. Is it right? x0=p... 22 Sep 2009 11:47
reliabilitix and simulatrix library hi every body i need to added to matlab two new library reliabilitix & simlatrix they are developped to estimate & calculate the reliability of some mechanic & electronic compoment . Please give me a link to download it and how to use it . thak you ... 22 Sep 2009 07:19
Induction motor: SimScape, SimElectronics Hi! I'm implementing a model in Simulink of a device that needs an AC motor. In order to do that I'm using the "Induction Motor" model that is inside the tool SimElectronics, but I have some problems with it. First of all, when the simulation start the motor is already in regime condition. What have I to set in order... 30 Sep 2009 06:49
Help for interpolation data from 2d to 3d Hi, I'm trying to build a 3d velocity volume in space starting from interpolating three vertical lines representing velocity profile in 3 different weels(the velocity measurements are not equispatiated but I have the coordinate and the depth for each point). Can anyone suggest how can I create this velocity model and... 22 Sep 2009 02:59
plotting within while loop Hi - I am calling the plot function from within a while loop, which produces about 30 separate plots. However, each succeeding plot moves the x-axis closer to the right, to the point where the xticks and labels are all crammed in on the right hand side of the final plot. The first iteration plots correctly, but from t... 22 Sep 2009 10:38
Plotting 1 contour with Google Earth Toolbox ge_contourf How do I plot, or more specifically - create a .kml file with just 1 filled contour using the "ge_contourf" function? I've been playing with the demo_ge_contourf script and can't seem to get it to work with just 1 filled contour. I basically just want to duplicate the figure, sans color bar, produced by this: ... 21 Sep 2009 19:12 |