| Thread | Last Post | Replies |
|
| Warnings in stand alone exe file | 11 Jul 2008 19:32 GMT | 3 |
I have built an executable of a Matlab code we have that has the top level m-file name of fset_gui.m... The command used to build the executable was simply "mcc -m fset_gui".. The executable works but there are a list of warnings that
|
| A challenge in solving equations | 11 Jul 2008 18:20 GMT | 1 |
I have a system of four algebraic equations with a total of 30 variables, 4 of them being independent variables. This has to be solved symbolically, none of the variables have explicit values.
|
| GUI Serial Issue | 11 Jul 2008 18:19 GMT | 1 |
Hey all, I created a gui the other day, i am trying to click a button and have the com4 port initialize(my indicator is connected here) and press another button to disconnect. I
|
| Simulations in matlab | 11 Jul 2008 18:05 GMT | 1 |
I am making a GUI with some plots and simulations. It is possible to change paramters while the program is running and see the changes on the plots. I would also like to visualize things with animations.. Any
|
| fail to import any ABF files generated by pclamp 10.0 | 11 Jul 2008 18:01 GMT | 3 |
we are using the clampex software (part of the pclamp package, molecular devices, formerly axon instruments) to aquire electrophysiological data. We have recently upgraded to pclamp 10.0. Before that I used the function import_abf, that I found in the file
|
| How to interpret this error message | 11 Jul 2008 17:56 GMT | 7 |
I run a fmincon and got the following error message, but I don't know how to interpret it: Optimization terminated: first-order optimality measure less than options.TolFun and maximum constraint violation is
|
| Tracing m-files execution hierarchy in a complex application | 11 Jul 2008 17:39 GMT | 6 |
Hi everybody again, I have to understand and run a relatively complex application (at least for me :-) ) made by many (about 100) m-files, distributed on different subdirectories of the
|
| cftool options | 11 Jul 2008 16:59 GMT | 5 |
I am trying to use the cftool options in MATLAB and I have gotten confused by the syntax. I am trying to change the options by writing the lines of code that will change the default algorithm solver
|
| Surface plot error | 11 Jul 2008 16:52 GMT | 2 |
I am trying to plot two functions simultaneously using the following code. The second plot is giving me the following error: "??? Error using ==> set
|
| plot grouped bar figure using individual color | 11 Jul 2008 16:20 GMT | 1 |
I plot a bar figure using grouped style. the m-code that does so is: figure; bar([cov_filt3(1:4)' cov_filt4(1:4)'], 'group'); now I'd like to changed the color of the bars individually. How does it work?
|
| bug in FIND | 11 Jul 2008 15:50 GMT | 2 |
I observe strange behavior when requesting subscript-style indices from FIND (running R2007b on Windows). I observe the problem when the input to FIND is 3D (when input is a matrix there's no problem; I haven't checked to see what
|
| probabiity help | 11 Jul 2008 15:14 GMT | 8 |
I am trying to simluate(using matlab)the probability of getting exactly 5 heads in a row when a fair coin is tossed 10 times.I used binornd and randtool but coud not do it.I have been using matlab only for 4 months.Also pls recommend some ebook or some resource to handle simiar ...
|
| density contours | 11 Jul 2008 14:28 GMT | 2 |
Hi, I'm pretty new to matlab and have only used really basic aspects so far (mostly just graphing). What I want to do now is draw some density contours based on how many points are plotted in an area of a graph. I've been looking
|
| include m-file in a build gui | 11 Jul 2008 14:00 GMT | 1 |
I have a gui program from which I build a project using deploy tool. This procedure will encrypt my M-files. However, I want to enable other users to make changes to one of the m-files. My question is now: is it possible to
|
| close waitbar after Ctrl-C | 11 Jul 2008 13:53 GMT | 4 |
I have a m file that shows a waitbar, during the evaluation of a long for loop. As I'm debugging the file, I often have to interrupt the evaluation using Ctrl-C. When I do this, the waitbar remains
|