First
|
Prev |
Next
|
Last
Pages: 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245
Integrate over part of the variables Advise needed, I have function of tree variables. Each has different domain. I need to integrate only over two of the variables. And then plot the result as function of the third variable. Thank you in advance Avi Simplify example ; [x,y,t]=meshgrid(0:.1:20,-2:1:100,0:.001:1); Function [z]=que(x,y,t) Z=x.*y.*... 23 Feb 2010 13:33
ezplot & color "Hui Song" <john.doe.nospam(a)mathworks.com> wrote in message <frqs2q$1bd$1(a)fred.mathworks.com>... nakisa <nakisa.nooraee(a)gmail.com> wrote in message <32a1924e-de2f-42c8-9fcf- 95533f3fe3f8(a)n77g2000hse.googlegroups.com>... Hi How can change the color of plot while using "ezplot"? Best, Nakisa h... 23 Feb 2010 13:33
Curve fitting without toolbox Does Matlab allow for basic curve fitting (linear) without the toolboox? An in-built function of some type perhaps? ... 23 Feb 2010 13:33
help with plotting info in title Hello I'm working on a project for my physics class/research. I'm plotting a histogram of raindrop data and then plotting the std, kurtosis, mean, variance, etc. But I need to make a interface to select which ones I that will be plotted into the title box. Thanks and any help would be great ... 23 Feb 2010 12:25
Fastinsert, SQL Column Update Hi, i'm currentlu using Matlab Database Toolbox to manipulate data in a SQL database. My task is quite straightforward and still do I have conflicts. Here is the issue. % I retrieve data from a Table Column (col3) and make it a cell A. A = curs.Data(:,1) % I manipulate the data e.g. multiply by a consta... 23 Feb 2010 18:12
5th and 9th percentiles in boxplot Hello, I've been trying to create a box plot where the whiskers define the 5th and 95th percentiles, however the matlab help suggests that I can only define this whiskers as a multiple of the interquartile range which isn't much use for my purposes. Does anyone know how to do this? Many thanks in advance, Tom ... 23 Feb 2010 12:25
linking MBUILD.BAT to c files? This should be easy for someone. I can't seem to figure out how to link my my .BAT file to find my c files. Even if I am in the dir mbuild ex1.c MBUILD.BAT: Error: 'ex1.c' not found. ??? Error using ==> mbuild Unable to complete successfully ... 23 Feb 2010 12:25
mxGetString Hi Folks Does anybody have a Fortran example of how mxGetString is used? I have looked at the C-example, but this has not really helped with Fortran. Regards Etienne ... 24 Feb 2010 04:14
Color individual bars of 3D bar bar3 Hi, I want to plot a 3-D bar, with bar colors depending on the actual values. I've done some research and I know it is possible to color individual bars in a 2-D bar plot, but it doesn't seem to be working for bar3 - the 'Children' property is empty. Many thanks ... 23 Feb 2010 12:25
Student copula fitting in high dimension Hello, I have generated pseudo correlated data with the following procedure Uni=copularnd('t',A,4,100); I have generated 100 random number in [0,1] correlated with a Student Copula whose parameters are a correlation matrix A (12*12 see at the end) and degrees of liberty 4. After that, I fit a copula on thes... 25 Feb 2010 11:23 |