| Thread | Last Post | Replies |
|
| 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
|
| rename gui | 11 Jul 2008 13:48 GMT | 2 |
I just renamed a gui file by using save as in guide, but after that I get all kind of warnings in the matlab output window with the old file name. the warnings are:
|
| losing zeros at the end and beginning of rows only | 11 Jul 2008 13:27 GMT | 3 |
I wonder if someone can help. I've got data that is constantly updated being imported into matlab at the moment blank spaces for missing data are being filled with zeros I want to calculate the mean etc.. for these rows but do not want to lose the zeros sandwiched in the data by ...
|
| Equation with integrals upper bound as unknows | 11 Jul 2008 13:20 GMT | 2 |
Hi,This function is using symbolics to solve an equation with an integral where the upper limit of the integral is the unknown. This is soooo slow, and i have to find another method.Is this possible to do numeric ?function b=warp(R,N) % make symbolicsyms x;syms r % Gaussian ...
|
| About matlab object oriented programming? | 11 Jul 2008 12:22 GMT | 24 |
I heard that the matlab way of object oriented programming is a little clumsy. It may end up wrinting much more code in OO way than in function way. Matlab does not have the namespace mechanism as in C++ (let me know if
|
| NIDAQ problem | 11 Jul 2008 11:55 GMT | 5 |
I'm trying to set analoginput device with NI 6034E card. I use: ai=analoginput('nidaq',1); but get an error:
|
| timer and triggers | 11 Jul 2008 11:47 GMT | 2 |
I'm trying to generate triggers at the start of specific times so I've created a timer object. However, these specific times are created by random variables. I have about 1000 nodes, each of which can generate events at any time, so at any point in time, I can have several timer
|
| digital interface to Computer Boards USB-1408FS | 11 Jul 2008 11:40 GMT | 3 |
I am interfacing a Computer Boards USB-1408FS to control a digital device. (and - later- to read the analog output) I can set up the device with dio=digitalio('mxx',1)
|